<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>All About TextFormatter on PragmaticCoding</title><link>http://localhost:1313/javafx/elements/nodes/textformatter/</link><description>Recent content in All About TextFormatter on PragmaticCoding</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>nuno@n9o.xyz (Blowfish)</managingEditor><webMaster>nuno@n9o.xyz (Blowfish)</webMaster><copyright>© 2026 Blowfish</copyright><lastBuildDate>Tue, 11 May 2021 12:00:00 -0500</lastBuildDate><atom:link href="http://localhost:1313/javafx/elements/nodes/textformatter/index.xml" rel="self" type="application/rss+xml"/><item><title>TextFields and TextFormatter - Part 1</title><link>http://localhost:1313/javafx/elements/nodes/textformatter/part-1/</link><pubDate>Tue, 11 May 2021 12:00:00 -0500</pubDate><author>nuno@n9o.xyz (Blowfish)</author><guid>http://localhost:1313/javafx/elements/nodes/textformatter/part-1/</guid><description>An introduction to &lt;code&gt;TextFormatter&lt;/code&gt;, showing you how to integrate it into a &lt;code&gt;TextField&lt;/code&gt; and how to use it to convert the input from &lt;code&gt;String&lt;/code&gt; to some other kind of value. Then we&amp;rsquo;ll look at how to add a filter to prevent the user from entering invalid data.</description></item><item><title>TextFields and TextFormatter - Part 2</title><link>http://localhost:1313/javafx/elements/nodes/textformatter/part-2/</link><pubDate>Tue, 11 May 2021 12:00:00 -0500</pubDate><author>nuno@n9o.xyz (Blowfish)</author><guid>http://localhost:1313/javafx/elements/nodes/textformatter/part-2/</guid><description>A more in-depth look into how to build a &lt;code&gt;TextFormatter&lt;/code&gt; that can be used to turn a &lt;code&gt;TextField&lt;/code&gt; into sophisticated input field. We&amp;rsquo;ll look at designing a &lt;code&gt;TextFormatter&lt;/code&gt; that is tailored to handle fixed place decimal input, using the decimal point itself as a control to toggle between the ordinal and mantissa of the number.</description></item></channel></rss>