<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Javafx Kotlin on PragmaticCoding</title><link>http://localhost:1313/categories/javafx-kotlin/</link><description>Recent content in Javafx Kotlin 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, 24 Aug 2021 12:00:00 -0500</lastBuildDate><atom:link href="http://localhost:1313/categories/javafx-kotlin/index.xml" rel="self" type="application/rss+xml"/><item><title>Kotlin: JavaFX Properties</title><link>http://localhost:1313/programming/kotlin/2021-11-16-kotlin_javafx_properties/</link><pubDate>Tue, 24 Aug 2021 12:00:00 -0500</pubDate><author>nuno@n9o.xyz (Blowfish)</author><guid>http://localhost:1313/programming/kotlin/2021-11-16-kotlin_javafx_properties/</guid><description>&lt;h1 class="relative group"&gt;JavaFX Properties
 &lt;div id="javafx-properties" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#javafx-properties" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h1&gt;
&lt;p&gt;In JavaFX, properties and other observable classes are used to implement reactive programming techniques - which is absolutely the best way to design a JavaFX application. Ideally, you should implement your data elements as properties and then use the Binding library to connect the data to your GUI.&lt;/p&gt;</description></item></channel></rss>