<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>The JavaFX Nodes on PragmaticCoding</title><link>http://localhost:1313/javafx/elements/nodes/</link><description>Recent content in The JavaFX Nodes 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>Fri, 30 Aug 2024 12:00:00 -0500</lastBuildDate><atom:link href="http://localhost:1313/javafx/elements/nodes/index.xml" rel="self" type="application/rss+xml"/><item><title>Layout Classes 101</title><link>http://localhost:1313/javafx/elements/layout_classes/</link><pubDate>Fri, 06 Jan 2023 12:00:00 -0500</pubDate><author>nuno@n9o.xyz (Blowfish)</author><guid>http://localhost:1313/javafx/elements/layout_classes/</guid><description>&lt;p&gt;In order to put anything onto the GUI you&amp;rsquo;ll need to use one of the layout &lt;code&gt;Nodes&lt;/code&gt; to control how the screen is organized. There are a variety of different layout classes, each of which handles the organization of its content differently.&lt;/p&gt;
&lt;p&gt;This article gives you a summary of how each different layout class works, and explains how each one differs from the others.&lt;/p&gt;</description></item><item><title>All About Buttons</title><link>http://localhost:1313/javafx/elements/buttons/</link><pubDate>Mon, 03 Jan 2022 12:00:00 -0500</pubDate><author>nuno@n9o.xyz (Blowfish)</author><guid>http://localhost:1313/javafx/elements/buttons/</guid><description>Buttons are the basic component that triggering actions in your applications. While there is just one basic &lt;code&gt;Button&lt;/code&gt; class, it can be styled and configured in a multitude of ways that make it look and behave quite differently to suit a variety of uses.</description></item><item><title>Understanding the ComboBox</title><link>http://localhost:1313/javafx/elements/comboboxes/</link><pubDate>Fri, 30 Aug 2024 12:00:00 -0500</pubDate><author>nuno@n9o.xyz (Blowfish)</author><guid>http://localhost:1313/javafx/elements/comboboxes/</guid><description>The &lt;code&gt;ComboBox&lt;/code&gt; is the classic &amp;ldquo;choose from a list&amp;rdquo; screen widget that you see everywhere. In JavaFX, the &lt;code&gt;ComboBox&lt;/code&gt; is a fairly complex structure that involves a &lt;code&gt;TextBox&lt;/code&gt; and a &lt;code&gt;ListView&lt;/code&gt; tied together. In this article you&amp;rsquo;ll learn how to configure the &lt;code&gt;ComboBox&lt;/code&gt; to fit a variety of uses.</description></item><item><title>TableView Basics</title><link>http://localhost:1313/javafx/elements/tableview-basics/</link><pubDate>Tue, 10 Oct 2023 12:00:00 -0500</pubDate><author>nuno@n9o.xyz (Blowfish)</author><guid>http://localhost:1313/javafx/elements/tableview-basics/</guid><description>What is a TableView and how do you use it? Here&amp;rsquo;s enough information to get you started with TableView the right way.</description></item></channel></rss>