<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.javaworld.com/community" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>swing</title>
 <link>http://www.javaworld.com/community/taxonomy/term/99</link>
 <description>Taxonomy in convenient list form</description>
 <language>en</language>
<item>
 <title>Swing help: Japplet not displayed in browser </title>
 <link>http://www.javaworld.com/community/node/8297</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;My RegApp.java file contains following code :&lt;/p&gt;
&lt;p&gt;import java.applet.Applet;&lt;br /&gt;
import java.awt.Container;&lt;br /&gt;
import java.awt.GridLayout;&lt;br /&gt;
import java.awt.LayoutManager;&lt;br /&gt;
import java.awt.event.ActionEvent;&lt;br /&gt;
import java.awt.event.ActionListener;&lt;/p&gt;
&lt;p&gt;import javax.swing.*;&lt;/p&gt;
&lt;p&gt;import java.awt.*;&lt;br /&gt;
/*&lt;/p&gt;
&lt;p&gt;*/&lt;br /&gt;
public class RegApp extends JApplet implements ActionListener&lt;br /&gt;
{&lt;br /&gt;
JButton submit=new JButton(&quot;Submit&quot;);&lt;br /&gt;
JButton cancel=new JButton(&quot;Cancel&quot;);&lt;br /&gt;
JTextField cname=new JTextField(20);&lt;br /&gt;
JTextField ceid=new JTextField(20); &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8297&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2366">Japplet</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Sat, 21 Jan 2012 15:07:10 -0500</pubDate>
 <dc:creator>i.m.prashant.m</dc:creator>
 <guid isPermaLink="false">8297 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Event-Dispatch Thread Rules for Swing UIs</title>
 <link>http://www.javaworld.com/community/node/7717</link>
 <description>&lt;!--paging_filter--&gt;The &lt;em&gt;event-dispatch thread (EDT)&lt;/em&gt; is a special background thread for processing events that originate from the Abstract Window Toolkit&#039;s event queue. Update events cause user interface (UI) components to redraw themselves, and input events originate from input devices such as the mouse and keyboard.

&lt;p&gt;
Swing is a single-threaded UI toolkit that uses the EDT to update and send input events to components. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/7717&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2277">EDT</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/96">gui</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2279">invokeAndWait</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2278">invokeLater</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2280">SwingWorker</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/992">Thread</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1246">UI</category>
 <pubDate>Thu, 26 May 2011 15:42:25 -0400</pubDate>
 <dc:creator>Jeff Friesen</dc:creator>
 <guid isPermaLink="false">7717 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>show the selected file and folder in tree structure, with checkbox and the checkbox should be only for root elements not for all</title>
 <link>http://www.javaworld.com/community/node/7618</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Dear all,&lt;/p&gt;
&lt;p&gt;By using JFileChoor I am able to select file and folders, Getting JList with File Objects and I am showing it with checkbox. Now my requirement is like I want to show the selected file and folder in tree structure, with checkbox and the checkbox should be only for root elements not for all child elements. Please help me as soon as possible, for me its very urgent.&lt;/p&gt;
&lt;p&gt;Like if I selected folders ABC and PQR and file XYZ which containt sub folders and few files&lt;br /&gt;
now on UI It should be display &lt;/p&gt;
&lt;p&gt;Checkbox1 ABC--&lt;br /&gt;
--SubFolders&lt;br /&gt;
. --SubFolder&lt;br /&gt;
. --Files&lt;br /&gt;
--Files&lt;br /&gt;
Checkbox2 PQR-- &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/7618&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1398">checkbox</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/89">java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2239">JTree</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Wed, 13 Apr 2011 22:19:33 -0400</pubDate>
 <dc:creator>itsanandrhere</dc:creator>
 <guid isPermaLink="false">7618 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Should JavaFX be put down?</title>
 <link>http://www.javaworld.com/community/node/4099</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;One of (several) things I&#039;m cranky about on this blog is JavaFX.  Last December I &lt;a href=&quot;http://www.javaworld.com/community/node/3767&quot; target=&quot;_blank&quot;&gt;asked if anyone knew of honest-to-goodness production JavaFX apps in the wild&lt;/a&gt;; in particular, as I emphasized &lt;a href=&quot;http://www.javaworld.com/community/node/3852&quot; target=&quot;_blank&quot;&gt;in a later post&lt;/a&gt;, I wanted to know about JavaFX ads that run within a browser windows, as do most apps written in Flash and Silverlight (the technologies against which JavaFX ostensibly competes). &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/4099&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/273">Java ME</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/260">javafx</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <pubDate>Mon, 22 Feb 2010 17:41:27 -0500</pubDate>
 <dc:creator>Josh Fruhlinger</dc:creator>
 <guid isPermaLink="false">4099 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Who can tell me how make an image background for jframe</title>
 <link>http://www.javaworld.com/community/node/4027</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Who can tell me how make an image background for jframe&lt;br /&gt;
by using netbeans?&lt;/p&gt;
&lt;p&gt;using netbeans not other!&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/846">Software Development Methodologies</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Mon, 08 Feb 2010 09:54:05 -0500</pubDate>
 <dc:creator>jiang5495</dc:creator>
 <guid isPermaLink="false">4027 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to convert Html to Image using Java</title>
 <link>http://www.javaworld.com/community/node/3659</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi All,&lt;br /&gt;
I need to convert a GWT(Google web toolkit) UI to the image file.&lt;br /&gt;
Can anyone give me a suggestions to proceed?&lt;/p&gt;
&lt;p&gt;I have googled and I found most of the thing with respect to ActiveX&lt;br /&gt;
controls. I am not supposed to use ActiveX.&lt;/p&gt;
&lt;p&gt;I have looked some AWT / swing coding to convert the html page to image but i am not able to get the full website or when i try some site to convert as a image then it not rendered fully.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/enterprise&quot; class=&quot;og_links&quot;&gt;Enterprise Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1193">AWT</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/89">java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Wed, 04 Nov 2009 09:16:35 -0500</pubDate>
 <dc:creator>arthikbabu</dc:creator>
 <guid isPermaLink="false">3659 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Java isn&#039;t dead -- it&#039;s just fossilizing</title>
 <link>http://www.javaworld.com/community/node/3492</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;So here&#039;s a thing that everyone thought was going to be in Java 7 and now isn&#039;t -- the &lt;a href=&quot;http://www.infoq.com/news/2009/09/java7_m5&quot; target=&quot;_blank&quot;&gt;Swing Application Framework&lt;/a&gt; (which in January I called a &lt;a href=&quot;http://www.javaworld.com/community/node/2224&quot; target=&quot;_blank&quot;&gt;JSR to watch in 2009&lt;/a&gt;, whoops).  Work on it hasn&#039;t progressed, now it&#039;s being pushed back to Java 8 maybe, etc.  It wasn&#039;t really a core bit of the language, though it would have given heart to those worried that Sun was done with Swing. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3492&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/328">Java death watch</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1156">JVM languages</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <pubDate>Fri, 02 Oct 2009 00:11:44 -0400</pubDate>
 <dc:creator>Josh Fruhlinger</dc:creator>
 <guid isPermaLink="false">3492 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Deploying Swing and JavaFX applications to the masses</title>
 <link>http://www.javaworld.com/community/node/2811</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Sun&#039;s (and now Oracle&#039;s) desires for Java/Swing&#039;s and JavaFX&#039;s success on the client depend upon how easy it is for the average user to install the appropriate version of Java/JavaFX on their platform. Furthermore, these desires depend upon browsers being able to launch Swing and JavaFX applications without problems. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/2811&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/440">applet</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1259">application</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1258">deploy</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/871">deployment</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/89">java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/562">Java Web Start</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/260">javafx</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1260">JNLP</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/560">jws</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1261">toolkit</category>
 <pubDate>Tue, 21 Apr 2009 19:12:14 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">2811 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Enriching your Swing-based user interfaces</title>
 <link>http://www.javaworld.com/community/node/2784</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;You&#039;re developing a Swing application that will be delivered to your company&#039;s clients. The application&#039;s user interface consists of several screens, starting with a login screen in which the user must enter a user ID and a password. After clicking the screen&#039;s &lt;strong&gt;&lt;code&gt;LOGIN&lt;/code&gt;&lt;/strong&gt; button, the application validates the entered credentials in some fashion, and (assuming they are valid) takes the user to the second screen.&lt;/p&gt;

&lt;p&gt;Listing 1 codifies a simplistic version of this application.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Listing 1:&lt;/strong&gt; &lt;code&gt;PoorUIApp.java&lt;/code&gt; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/2784&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1253">border</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1251">enrich</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1254">gradient</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1249">login</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1250">logout</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1252">reflection</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1248">rich</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1246">UI</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1247">user interface</category>
 <pubDate>Tue, 14 Apr 2009 15:34:29 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">2784 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>The Swing Cookbook</title>
 <link>http://www.javaworld.com/community/node/2589</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Ian Darwin&#039;s &lt;a href=&quot;http://oreilly.com/catalog/9780596007010/index.html&quot;&gt;&lt;em&gt;Java Cookbook&lt;/em&gt;&lt;/a&gt; presents a collection of recipes for solving hundreds of problems that Java developers encounter. For example, in the first edition, one of Chapter 2&#039;s recipes discusses how to use the classpath effectively. To the best of my knowledge, O&#039;Reilly hasn&#039;t published a similar cookbook that deals exclusively with Swing. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/2589&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1178">cell</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1181">combobox</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1177">cookbook</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1180">list</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1179">rendering</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <pubDate>Tue, 10 Mar 2009 15:26:28 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">2589 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>The future of Swing: Sun responds, and throws down the gauntlet</title>
 <link>http://www.javaworld.com/community/node/2385</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Say, remember that &lt;a href=&quot;http://www.jogiles.co.nz/blog/?p=207&quot; target=&quot;_blank&quot;&gt;lively discussion&lt;/a&gt; on the future of Swing that I &lt;a href=&quot;http://www.javaworld.com/community/node/2353&quot; target=&quot;_blank&quot;&gt;linked to last week&lt;/a&gt;?  Well, it got lively enough for Danny Coward, Sun&#039;s client-side chief architect, to  &lt;a href=&quot;http://blogs.sun.com/theplanetarium/entry/the_future_of_swing&quot; target=&quot;_blank&quot;&gt;respond on his own blog&lt;/a&gt;. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/2385&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/275">open source</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <pubDate>Thu, 05 Feb 2009 15:43:42 -0500</pubDate>
 <dc:creator>Josh Fruhlinger</dc:creator>
 <guid isPermaLink="false">2385 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Two roads diverge in the Java GUI wood: More Swing vs. JavaFX</title>
 <link>http://www.javaworld.com/community/node/2353</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;We&#039;ve discussed here before the brewing battle between Swing and JavaFX for the hearts and minds of desktop Java GUI developers.  Will the two technologies develop in parallel, each with their own areas of specialization, or will &lt;a href=&quot;http://www.javaworld.com/community/node/2058&quot; target=&quot;_blank&quot;&gt;JavaFX come to supplant Swing&lt;/a&gt; -- and if the latter occurs, will it be an organized and open effort, or will it happen &lt;a href=&quot;http://www.javaworld.com/community/node/2133&quot; target=&quot;_blank&quot;&gt;surreptitiously&lt;/a&gt;?  There are a couple of blog posts that recently went up on the subject: &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/2353&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/96">gui</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/260">javafx</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/275">open source</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/53">sun</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <pubDate>Thu, 29 Jan 2009 20:04:39 -0500</pubDate>
 <dc:creator>Josh Fruhlinger</dc:creator>
 <guid isPermaLink="false">2353 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Swing Website Thumbnails</title>
 <link>http://www.javaworld.com/community/node/2233</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Would anyone have some advice on dynamically retrieving thumbnail representations of a web page to display in a swing application. I realise that this could be an expensive feature (retrieval + scaling), do you think it is feasible?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1092">thumbnails</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/339">website</category>
 <pubDate>Sun, 11 Jan 2009 11:09:38 -0500</pubDate>
 <dc:creator>old-dan-tucker</dc:creator>
 <guid isPermaLink="false">2233 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Two JSRs to watch in 2009</title>
 <link>http://www.javaworld.com/community/node/2224</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Nobody &lt;a href=&quot;http://www.javaworld.com/community/node/2186&quot; target=&quot;_blank&quot;&gt;took my bait&lt;/a&gt; to prognosticate on the future of Java, so I thought I&#039;d highlight a couple of JSRs coming down the pipe that look mildly interesting.  Apparently not everyone is ready to abandon Swing for JavaFX, becuase &lt;a href=&quot;http://chaoticjava.com/posts/the-quiet-revolution-part-i-jsr-296/&quot; target=&quot;_blank&quot;&gt;JSR 296 aims to make Swing development a lot easier&lt;/a&gt;.  The goal is to make Swing easier by putting the boilerplate code into template methods. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/2224&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1089">JSRs</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1090">Web beans</category>
 <pubDate>Fri, 09 Jan 2009 00:24:45 -0500</pubDate>
 <dc:creator>Josh Fruhlinger</dc:creator>
 <guid isPermaLink="false">2224 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>JavaFX: Not just for the RIA space</title>
 <link>http://www.javaworld.com/community/node/2175</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Continuing to explore the notion that &lt;a href=&quot;http://www.javaworld.com/community/node/2058&quot; target=&quot;_blank&quot;&gt;JavaFX may well be Swing 2.0&lt;/a&gt;, I came across a couple of interesting how-to articles upon my return from my holiday journeys. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/2175&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/260">javafx</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/994">SwingX</category>
 <pubDate>Wed, 31 Dec 2008 18:46:04 -0500</pubDate>
 <dc:creator>Josh Fruhlinger</dc:creator>
 <guid isPermaLink="false">2175 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>NetBeans 6.5 to Eclipse Ganymede</title>
 <link>http://www.javaworld.com/community/node/2149</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;hello... i&#039;m currently planning to migrate from netbeans to eclipse, just to be more flexible, the problem is, most of my projects contains *.form files. also, i&#039;m used to designing gui from the palette of netbeans, including components from swingx library. my question is, how can i, in eclipse can have a similar gui designing environment and how do i add the swingx library to the eclipse palette if any. any help or directions are greatly appreciated...&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/tools&quot; class=&quot;og_links&quot;&gt;Tools and Methods&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/282">Eclipse</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/839">Java IDEs</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/20">netbeans</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Sat, 27 Dec 2008 08:00:42 -0500</pubDate>
 <dc:creator>konqueror</dc:creator>
 <guid isPermaLink="false">2149 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Moving from Swing to JavaFX through the back door</title>
 <link>http://www.javaworld.com/community/node/2133</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;A few weeks ago I discussed the idea that &lt;a href=&quot;http://www.javaworld.com/community/node/2058&quot; target=&quot;_blank&quot;&gt;JavaFX might, in practice, be Swing 2.0&lt;/a&gt;, in that it would be Sun&#039;s primary Java UI toolkit from here on in.  This is interesting and perhaps quite healthy in the long run -- but like all major shifts, it&#039;s probably one that should be laid out explicitly for stakeholders so they can start planning for it now. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/2133&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/260">javafx</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/275">open source</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/53">sun</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <pubDate>Tue, 23 Dec 2008 11:02:42 -0500</pubDate>
 <dc:creator>Josh Fruhlinger</dc:creator>
 <guid isPermaLink="false">2133 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Making Progress With Swing&#039;s Progress Monitoring API</title>
 <link>http://www.javaworld.com/community/node/2081</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;by Jennie Hall&lt;br&gt;Updated Jan. 23, 2009&lt;/p&gt;
&lt;p&gt;In this tip, you&#039;ll learn how to use Swing&#039;s progress indicator support to monitor and report on the progress of long-running operations. It is a good practice to keep users informed as they interact with an application; one way to do this is with a progress bar. A progress bar is an animated image that indicates the degree of completion of a given task. The animation typically looks like a rectangular bar that fills in as the task becomes more complete. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/2081&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/87">/TechTip</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/94">applications</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/149">dananourie</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1056">graphics</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/89">java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1057">monitor</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1058">progress</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <pubDate>Mon, 15 Dec 2008 12:35:35 -0500</pubDate>
 <dc:creator>Core Java Technologies Tech Tips</dc:creator>
 <guid isPermaLink="false">2081 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>JavaFX = Swing 2.0</title>
 <link>http://www.javaworld.com/community/node/2058</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;OK, so recall my note from last month on &lt;a href=&quot;http://www.javaworld.com/community/node/1820&quot; target=&quot;_blank&quot;&gt;Sun&#039;s de-funding of SwingX&lt;/a&gt;, and how this indicates the ascendancy of JavaFX as Java&#039;s preferred UI.  Well, this gets elaborated in a much more interesting fashion by &lt;a href=&quot;http://www.pushing-pixels.org/?p=922&quot; target=&quot;_blank&quot;&gt;Richard Bair in an interview on Kirill Grouchnikov&#039;s always great Pushing Pixels blog&lt;/a&gt;. Here&#039;s the key bit, as Bair fields a question on whether he think backwards compatibility has held Swing back: &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/2058&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/96">gui</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/260">javafx</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/994">SwingX</category>
 <pubDate>Thu, 11 Dec 2008 04:35:21 -0500</pubDate>
 <dc:creator>Josh Fruhlinger</dc:creator>
 <guid isPermaLink="false">2058 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>JavaFX released. Finally.</title>
 <link>http://www.javaworld.com/community/node/2003</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;a href=&quot;http://www.sun.com/software/javafx/&quot; rel=&quot;nofollow&quot;&gt;JavaFX 1.0&lt;/a&gt; made its debut a few days back amid high hopes and a sea of doubt &amp;#8212; some in the Java community believe JavaFX could become &amp;#8220;the application environment for the Java platform,&amp;#8221; while others say Sun has made nothing but mistakes on the client side, and JavaFX is too little, too late.  &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/2003&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/155">Andy</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/482">Flex</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/18">groovy</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/89">java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/260">javafx</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/25">jruby</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/782">jython</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/424">podcast</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/80">ria</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/967">Silverlight</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/312">Software Development</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <pubDate>Sat, 06 Dec 2008 15:43:45 -0500</pubDate>
 <dc:creator>Andrew Glover</dc:creator>
 <guid isPermaLink="false">2003 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Java losing ground to Flex in RIA space</title>
 <link>http://www.javaworld.com/community/node/1781</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Here&#039;s a slew of items that ought to make anyone interested in the health of Java as a rich Internet application platform take pause.  First off, Madison startup Sharendipity is running a &lt;a href=&quot;http://blog.sharendipity.com/were-moving-to-flash-heres-why&quot; target=&quot;_blank&quot;&gt;series of blog posts about porting a Java-based application to Flex&lt;/a&gt;.  After discussing why in many ways Java is a more appealing language to work in, the author gets to the heart of the matter: &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/1781&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/482">Flex</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/260">javafx</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/80">ria</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <pubDate>Thu, 06 Nov 2008 20:43:28 -0500</pubDate>
 <dc:creator>Josh Fruhlinger</dc:creator>
 <guid isPermaLink="false">1781 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>BAR CODE READER</title>
 <link>http://www.javaworld.com/community/node/1485</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I Am a beginner working for the development of PoS system on java.We already developed some basic functionality and  We created the application in Web Development platform using  J2EE (JSP,Servlets, Apache Tomcat, MySQL).In this project we need to implement bar code and credit card processing. But discussing with some java experts we got to know that it is not possible to implement the above facilities in Web Applications. Now we are planning to convert it as JAVA SWING Application.Can any one guide me at this point.&lt;br /&gt;
My doubts are &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/1485&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/enterprise&quot; class=&quot;og_links&quot;&gt;Enterprise Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/915">J2EE</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Tue, 07 Oct 2008 03:42:14 -0400</pubDate>
 <dc:creator>sree</dc:creator>
 <guid isPermaLink="false">1485 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Bright idea: A Swing-to-JavaFX converter</title>
 <link>http://www.javaworld.com/community/node/779</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Despite the waning of my fascination with JavaFX, I admit that I was intrigued when I saw the headline &quot;Swing to FX converter&quot; pop up in my RSS reader.  Unfortunately, the &lt;a href=&quot;http://blogs.sun.com/vaibhav/entry/swing_to_fx_converter&quot; rel=&quot;nofollow&quot;&gt;post on Vaibhav Chaudhary&#039;s blog&lt;/a&gt; is really more of a &quot;gee, wouldn&#039;t it be neat if there was one&quot; kind of thing.  It &lt;em&gt;would&lt;/em&gt; be neat, as it could be a method for funneling Java desktop apps straight to the Web. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/779&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/260">javafx</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/274">UIs</category>
 <pubDate>Wed, 04 Jun 2008 17:01:50 -0400</pubDate>
 <dc:creator>Josh Fruhlinger</dc:creator>
 <guid isPermaLink="false">779 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>UI talk from the frozen north</title>
 <link>http://www.javaworld.com/community/node/738</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Pushing Pixels, who brought you that interview with &lt;a href=&quot;http://www.javaworld.com/community/?q=node/724&quot; rel=&quot;nofollow&quot;&gt;Amy Fowler&lt;/a&gt;, has another good &#039;un, this time with &lt;a href=&quot;http://www.pushing-pixels.org/?p=313&quot; rel=&quot;nofollow&quot;&gt;Mikael Grev&lt;/a&gt;, a Swedish fighter pilot who also MiG Infocom AB.  His company&#039;s best-known product is &lt;a href=&quot;http://www.migcalendar.com/&quot; rel=&quot;nofollow&quot;&gt;migcalendar&lt;/a&gt;, a very slick offering billed as &quot;the best-selling JavaBean.&quot;  Grev&#039;s interview is full of European ambivalence. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/738&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/260">javafx</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/274">UIs</category>
 <pubDate>Fri, 23 May 2008 13:38:47 -0400</pubDate>
 <dc:creator>Josh Fruhlinger</dc:creator>
 <guid isPermaLink="false">738 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Nimbus Look and Feel in Java SE 6 Update 10 Beta</title>
 <link>http://www.javaworld.com/community/node/453</link>
 <description>&lt;p&gt;&lt;i&gt;By Ethan Nicholas&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;!-- BEGIN SEPARATOR --&gt;&lt;/p&gt;
&lt;div class=&quot;hr&quot;&gt;&lt;hr /&gt;&lt;/div&gt;
&lt;p&gt;&lt;!-- END SEPARATOR --&gt;&lt;/p&gt;
&lt;p&gt;When the venerable &lt;a href=&quot;http://java.sun.com/docs/books/tutorial/figures/uiswing/lookandfeel/MetalLAF.gif&quot;&gt;Metal&lt;br /&gt;
look and feel&lt;/a&gt; for Swing first debuted, its main aesthetic&lt;br /&gt;
competition was the &lt;a href=&quot;http://upload.wikimedia.org/wikipedia/en/9/90/Am_windows95_desktop.png&quot;&gt;Windows&lt;br /&gt;
95 interface&lt;/a&gt;.  Given the state of graphical user interfaces a decade&lt;br /&gt;
ago, Metal was an attractive and elegant alternative to the other common&lt;br /&gt;
interfaces of the time. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/453&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/87">/TechTip</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/149">dananourie</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/90">java_se</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/151">nimbus</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/152">swingset3</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/153">update</category>
 <pubDate>Thu, 24 Apr 2008 12:41:41 -0400</pubDate>
 <dc:creator>Core Java Technologies Tech Tips</dc:creator>
 <guid isPermaLink="false">453 at http://www.javaworld.com/community</guid>
</item>
</channel>
</rss>

