<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to TScene</title><link>https://sourceforge.net/p/stguil/wiki/TScene/</link><description>Recent changes to TScene</description><atom:link href="https://sourceforge.net/p/stguil/wiki/TScene/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 16 Jul 2013 13:48:34 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/stguil/wiki/TScene/feed" rel="self" type="application/rss+xml"/><item><title>TScene modified by ShookTea</title><link>https://sourceforge.net/p/stguil/wiki/TScene/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,7 +1,7 @@
 &lt;b&gt;TScene&lt;/b&gt; is a class with static access. It has all of [TComponent] to show.
 Author: [ShookTea]
 Since: [stGUIL 1.0]
-Version: 1.1
+Version: 1.2

 How to use:
 &lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ShookTea</dc:creator><pubDate>Tue, 16 Jul 2013 13:48:34 -0000</pubDate><guid>https://sourceforge.netfb9df29c1602111ed0143f9f116b70da6ddbb2b5</guid></item><item><title>TScene modified by ShookTea</title><link>https://sourceforge.net/p/stguil/wiki/TScene/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -14,6 +14,8 @@
 TScene.addTComponent(ti); //adding component to scene
 

-Changelog:
-Version [stGUIL 1.0.1]:
+&lt;b&gt;Changelog:&lt;/b&gt;
+&lt;i&gt;Version&lt;/i&gt; [stGUIL 1.0.1]:
 -Now, repaint loop repainting also all of the components.
+&lt;i&gt;Version&lt;/i&gt; [stGUIL 1.1]:
+- TScene is now clearing before it draws components.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ShookTea</dc:creator><pubDate>Tue, 16 Jul 2013 13:47:06 -0000</pubDate><guid>https://sourceforge.netfdb630e7b396ccf0bbbabeceb74a38c75b796f55</guid></item><item><title>TScene modified by ShookTea</title><link>https://sourceforge.net/p/stguil/wiki/TScene/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,7 +1,7 @@
 &lt;b&gt;TScene&lt;/b&gt; is a class with static access. It has all of [TComponent] to show.
 Author: [ShookTea]
 Since: [stGUIL 1.0]
-Version: 1.0
+Version: 1.1

 How to use:
 &lt;code&gt;
@@ -13,3 +13,7 @@
 TImage ti = new TImage(img, 50, 50); //creating first component - TImage
 TScene.addTComponent(ti); //adding component to scene
 &lt;/code&gt;
+
+Changelog:
+Version [stGUIL 1.0.1]:
+-Now, repaint loop repainting also all of the components.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ShookTea</dc:creator><pubDate>Tue, 16 Jul 2013 08:11:16 -0000</pubDate><guid>https://sourceforge.net20e11564d8d5581972ffc2549c5044a7e855e598</guid></item><item><title>TScene modified by ShookTea</title><link>https://sourceforge.net/p/stguil/wiki/TScene/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,5 +1,5 @@
 &lt;b&gt;TScene&lt;/b&gt; is a class with static access. It has all of [TComponent] to show.
-Author: ShookTea
+Author: [ShookTea]
 Since: [stGUIL 1.0]
 Version: 1.0

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ShookTea</dc:creator><pubDate>Mon, 15 Jul 2013 19:30:56 -0000</pubDate><guid>https://sourceforge.netb66171b35a9c779aff245be1fc7fc2d9565e1d37</guid></item><item><title>TScene modified by ShookTea</title><link>https://sourceforge.net/p/stguil/wiki/TScene/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;b&gt;TScene&lt;/b&gt; is a class with static access. It has all of &lt;a class="alink" href="/p/stguil/wiki/TComponent/"&gt;[TComponent]&lt;/a&gt; to show.&lt;br /&gt;
Author: ShookTea&lt;br /&gt;
Since: &lt;span&gt;[stGUIL 1.0]&lt;/span&gt;&lt;br /&gt;
Version: 1.0&lt;/p&gt;
&lt;p&gt;How to use:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
TScene.init(); //initializing scene&lt;br /&gt;
TScene.setTSceneSize(800, 600); //setting size of scene&lt;br /&gt;
TScene.showTScene(); //showing scene&lt;br /&gt;
TScene.runTSceneLoop(); //running loop of repaint().&lt;br /&gt;
Image img = ImageIO.read(new File("C:/test.jpg"));&lt;br /&gt;
TImage ti = new TImage(img, 50, 50); //creating first component - TImage&lt;br /&gt;
TScene.addTComponent(ti); //adding component to scene&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ShookTea</dc:creator><pubDate>Mon, 15 Jul 2013 19:27:42 -0000</pubDate><guid>https://sourceforge.net8aaa5b665aeb2e4c6b4b4c92ed78d6a28eaec074</guid></item></channel></rss>