<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.twig.es/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Java_FX_basic_template</id>
		<title>Java FX basic template - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Java_FX_basic_template"/>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Java_FX_basic_template&amp;action=history"/>
		<updated>2026-05-06T14:52:00Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.0</generator>

	<entry>
		<id>https://wiki.twig.es/index.php?title=Java_FX_basic_template&amp;diff=2209&amp;oldid=prev</id>
		<title>George2: Created page with &quot;&lt;source lang=&quot;java&quot;&gt;  import javafx.application.Application; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.scene.Scene; impo...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Java_FX_basic_template&amp;diff=2209&amp;oldid=prev"/>
				<updated>2015-07-13T16:39:33Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;  import javafx.application.Application; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.scene.Scene; impo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
import javafx.application.Application;&lt;br /&gt;
import javafx.collections.FXCollections;&lt;br /&gt;
import javafx.collections.ObservableList;&lt;br /&gt;
import javafx.scene.Scene;&lt;br /&gt;
import javafx.stage.Stage;&lt;br /&gt;
import javafx.scene.chart.*;&lt;br /&gt;
import javafx.scene.Group;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
public class ColorfulCircles extends Application {&lt;br /&gt;
 &lt;br /&gt;
    public static void main(String[] args) {&lt;br /&gt;
        launch(args);&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    @Override&lt;br /&gt;
    public void start(Stage primaryStage) {&lt;br /&gt;
        Group root = new Group();&lt;br /&gt;
        Scene scene = new Scene(root, 800, 600);&lt;br /&gt;
        primaryStage.setScene(scene);&lt;br /&gt;
&lt;br /&gt;
        primaryStage.show();&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>George2</name></author>	</entry>

	</feed>