<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Java Software Development Videos and Tutorials &#187; swing</title>
	<atom:link href="http://www.java-tv.com/tag/swing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.java-tv.com</link>
	<description>Java Software Development Videos and Tutorials</description>
	<lastBuildDate>Tue, 07 Feb 2012 06:59:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Java Swing: Automatically Resize Table Columns</title>
		<link>http://www.java-tv.com/2011/08/19/java-swing-automatically-resize-table-columns/</link>
		<comments>http://www.java-tv.com/2011/08/19/java-swing-automatically-resize-table-columns/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 11:52:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1943</guid>
		<description><![CDATA[When you use JTables in Swing, you will notice that by default, all columns have the same size. The programmer can decide to set a specific width on each column, but he does not always know what kind of data will show up in the table and what width is required for each column. This video provides the code for an easy solution to this problem, automatically resizing table columns based on the data in the table.
 
Video Source and Code: http://bosmeeuw.wordpress.com/2011/08/07/java-swing-automatically-resize-table-columns-to-their-contents/
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/08/19/java-swing-automatically-resize-table-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing a Swing GUI in NetBeans IDE</title>
		<link>http://www.java-tv.com/2010/11/18/designing-a-swing-gui-in-netbeans-ide/</link>
		<comments>http://www.java-tv.com/2010/11/18/designing-a-swing-gui-in-netbeans-ide/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 12:38:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1699</guid>
		<description><![CDATA[Thess demonstrations walk you through  designing a Swing GUI in NetBeans IDE 6.9 described in the Designing a Swing GUI in NetBeans IDE tutorial. In the screencasts, you will see how to add, insert, align, resize, and  indent components to layout a GUI front-end that enables you to view and edit  contact information of individuals included in an employee database. You will  learn how to effectively use the capabilities of the IDE&#8217;s GUI Builder.
Watch Designing a Swing GUI in NetBeans IDE on netbeans.org
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/11/18/designing-a-swing-gui-in-netbeans-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java #N3 &#8211; Making a GUI in NetBeans</title>
		<link>http://www.java-tv.com/2010/01/11/java-n3-making-a-gui-in-netbeans/</link>
		<comments>http://www.java-tv.com/2010/01/11/java-n3-making-a-gui-in-netbeans/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 21:06:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1357</guid>
		<description><![CDATA[Creates a simple GUI to add or subtract two numbers using the Java Swing framework and the NetBeans GUI design tool.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/01/11/java-n3-making-a-gui-in-netbeans/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Functional Testing Swing Applications with Frankenstein</title>
		<link>http://www.java-tv.com/2008/09/01/functional-testing-swing-applications-with-frankenstein/</link>
		<comments>http://www.java-tv.com/2008/09/01/functional-testing-swing-applications-with-frankenstein/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 09:05:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=293</guid>
		<description><![CDATA[The 2nd Annual Google Test Automation Conference (GTAC)  in New York on August 23 and 24, 2007. Presentation on Functional Testing Swing Applications with Frankenstein, an Open Source testing tool that he co-authored.
Vivek Prahlad is a Senior Developer at ThoughtWorks. He currently heads the  Innovation and Open Source related activities at ThoughtWorks India. At  ThoughtWorks, he has played several roles, from being a Technical Lead, Agile  Coach to Project Manager.
 
Additional resource:
Slides of the presentation
Frankenstein
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/09/01/functional-testing-swing-applications-with-frankenstein/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filthy Rich Clients</title>
		<link>http://www.java-tv.com/2008/08/14/filthy-rich-clients/</link>
		<comments>http://www.java-tv.com/2008/08/14/filthy-rich-clients/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 20:55:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=202</guid>
		<description><![CDATA[Back again this week is Chet Haase, one of the leading voices in Java desktop technologies. Joining Chet for this Special Edition of SDN Channel is, Ed Ort, our host from the Java.sun.com team. Ed has some great questions lined up that I&#8217;m sure will spark your interest. This week we are going to dive deep and learn about how you can use the power of Java 2D and Swing to create exceptionally cool graphical and animated effects. We&#8217;re not just talking about whizzy interfaces that look cool, but interfaces ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/08/14/filthy-rich-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swing GUI Intro with NetBeans</title>
		<link>http://www.java-tv.com/2008/08/14/swing-gui-intro-with-netbeans/</link>
		<comments>http://www.java-tv.com/2008/08/14/swing-gui-intro-with-netbeans/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 20:51:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=199</guid>
		<description><![CDATA[A small tutorial introducing Swing GUI building with NetBeans 5.5.1
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/08/14/swing-gui-intro-with-netbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 609/664 objects using disk: basic

Served from: www.java-tv.com @ 2012-02-07 02:59:29 -->
