<?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 User Group Münster &#187; gui</title>
	<atom:link href="http://www.jug-muenster.de/tag/gui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jug-muenster.de</link>
	<description>Java User Group für Münster und das Münsterland</description>
	<lastBuildDate>Sun, 05 Sep 2010 13:47:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Custom swing component</title>
		<link>http://www.jug-muenster.de/custom-swing-component-227/</link>
		<comments>http://www.jug-muenster.de/custom-swing-component-227/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 20:10:39 +0000</pubDate>
		<dc:creator>Gerrit</dc:creator>
				<category><![CDATA[Contributed]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.jug-muenster.de/?p=227</guid>
		<description><![CDATA[During my vacation i&#8217;m playing around with the SunSPOT&#8217;s from Sun Microsystems which are fantastic little gadgets. (Please find more information about them here.) I attached a combined temperature/humidity sensor to one of my spots and used xmpp protocol (with smack library) to communicate with my SunSPOT host application from wherever I am. To visualize [...]


Weitere Artikel:<ol><li><a href='http://www.jug-muenster.de/steelseries-java-swing-component-library-715/' rel='bookmark' title='Permanent Link: SteelSeries Java Swing component library'>SteelSeries Java Swing component library</a></li>
<li><a href='http://www.jug-muenster.de/swing-worldclock-427/' rel='bookmark' title='Permanent Link: Swing Worldclock'>Swing Worldclock</a></li>
<li><a href='http://www.jug-muenster.de/swing-weather-worldclock-490/' rel='bookmark' title='Permanent Link: Swing Weather Worldclock'>Swing Weather Worldclock</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><!--S-ButtonZ 1.1.5 End--><p>During my vacation i&#8217;m playing around with the SunSPOT&#8217;s from Sun Microsystems which are fantastic little gadgets. (Please find more information about them <a href="http://www.sunspotworld.com">here</a>.)<br />
I attached a combined temperature/humidity sensor to one of my spots and used xmpp protocol (with <a href="http://www.igniterealtime.org/projects/smack/">smack library</a>) to communicate with my SunSPOT host application from wherever I am.<br />
To visualize the measured values I needed something sexy and because there was nothing ready to go I created two little &#8220;instruments&#8221; that I would like to share with you.</p>
<p>And here they are:</p>
<p>First a gauge:</p>
<p><img class="alignnone" src="http://www.jug-muenster.de/wp-content/uploads/2009/12/ishot-21.png" border="0" alt="ishot-2.png" width="268" height="290" /></p>
<p>Second Java Swing component is a display (yes I know it&#8217;s inspired by <a href="http://www.apple.com/de/itunes/">Apples iTunes</a>):</p>
<p><img class="alignnone" style="border: 0pt none;" src="http://www.jug-muenster.de/wp-content/uploads/2009/12/ishot-11.png" border="0" alt="ishot-1.png" width="391" height="256" /></p>
<p>Third custom Swing component a combination of the display with a led panel:</p>
<p><img class="alignnone" src="http://www.jug-muenster.de/wp-content/uploads/2009/12/ishot-31.png" border="0" alt="ishot-3.png" width="295" height="134" /></p>
<p>I think I&#8217;ll have to do some work at the 3d-effect of the rounded rectangle but as a first prototype they looked ok to me.</p>
<p>You can find my presentation on custom Swing components <a href="http://wiki.jug-muenster.de/download/attachments/3080734/SwingAndYouAreWinning.pdf?version=1&amp;modificationDate=1257511530000" target="_blank">here</a>, the Netbeans project for the components in the article can be downloaded here: <a href="http://www.jug-muenster.de/wp-content/uploads/2009/12/Instruments.zip">Instruments</a>, the Netbeans project for the application from the slides is here: <a href="http://www.jug-muenster.de/wp-content/uploads/2009/11/SD1.zip">SD.zip</a></p>
<p>If you are interested, please leave a comment&#8230;</p>
<div style="clear:both;">&nbsp;</div>

<p>Weitere Artikel:<ol><li><a href='http://www.jug-muenster.de/steelseries-java-swing-component-library-715/' rel='bookmark' title='Permanent Link: SteelSeries Java Swing component library'>SteelSeries Java Swing component library</a></li>
<li><a href='http://www.jug-muenster.de/swing-worldclock-427/' rel='bookmark' title='Permanent Link: Swing Worldclock'>Swing Worldclock</a></li>
<li><a href='http://www.jug-muenster.de/swing-weather-worldclock-490/' rel='bookmark' title='Permanent Link: Swing Weather Worldclock'>Swing Weather Worldclock</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jug-muenster.de/custom-swing-component-227/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>SwingDemo Projekt</title>
		<link>http://www.jug-muenster.de/swingdemo-projekt-175/</link>
		<comments>http://www.jug-muenster.de/swingdemo-projekt-175/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 17:16:39 +0000</pubDate>
		<dc:creator>Gerrit</dc:creator>
				<category><![CDATA[Contributed]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.jug-muenster.de/?p=175</guid>
		<description><![CDATA[In Ergänzung zum Talklet &#8220;Swing and you&#8217;re winning&#8221; der JUG Münster vom 03.11.2009 finden alle Interessierten hier die Applikation als Java Webstart Version. Der Talk soll die Möglichkeiten vermitteln, welche Swing zur Verfügung stellt vor allem im Hinblick auf sog. &#8220;custom components&#8221;. Für die SwingDemo wird auf jeden Fall Java 6 benötigt. SwingDemo Desweiteren stehen [...]


Weitere Artikel:<ol><li><a href='http://www.jug-muenster.de/custom-swing-component-227/' rel='bookmark' title='Permanent Link: Custom swing component'>Custom swing component</a></li>
<li><a href='http://www.jug-muenster.de/javafx-composer-219/' rel='bookmark' title='Permanent Link: JavaFX Composer'>JavaFX Composer</a></li>
<li><a href='http://www.jug-muenster.de/jug-summerevent-599/' rel='bookmark' title='Permanent Link: JUG SummerEvent'>JUG SummerEvent</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><!--S-ButtonZ 1.1.5 End--><p>In Ergänzung zum Talklet &#8220;Swing and you&#8217;re winning&#8221; der JUG Münster vom 03.11.2009 finden alle Interessierten hier die Applikation als Java Webstart Version. Der Talk soll die Möglichkeiten vermitteln, welche Swing zur Verfügung stellt vor allem im Hinblick auf sog. &#8220;custom components&#8221;.<br />
Für die SwingDemo wird auf jeden Fall Java 6 benötigt.<br />
<a href="http://idisk.mac.com/han.solo-public/swingdemo.jnlp"><br />
<img src="http://www.jug-muenster.de/wp-content/uploads/2009/10/jws_launch.gif" border="0" alt="jws_launch.gif" width="88" height="34" align="left" /><br />
</a><br />
<a href="http://idisk.mac.com/han.solo-public/swingdemo.jnlp">SwingDemo</a></p>
<p><a>Desweiteren stehen Euch hier die kompletten Quellen als </a><a title="SD.zip" href="http://www.jug-muenster.de/wp-content/uploads/2009/11/SD1.zip">Netbeans Projekt</a> zum Download zur Verfügung.</p>
<p>Es soll noch ein Workshop zu dem Talk folgen, bei welchem dann mit den bestehenden Quellen ein wenig rumgespielt werden soll. Der Termin hierzu wird noch auf <a href="http://www.jug-muenster.de">http://www.jug-muenster.de</a> bekannt gegeben.</p>
<p>Viel Spaß beim coden&#8230;</p>
<div style="clear:both;">&nbsp;</div>

<p>Weitere Artikel:<ol><li><a href='http://www.jug-muenster.de/custom-swing-component-227/' rel='bookmark' title='Permanent Link: Custom swing component'>Custom swing component</a></li>
<li><a href='http://www.jug-muenster.de/javafx-composer-219/' rel='bookmark' title='Permanent Link: JavaFX Composer'>JavaFX Composer</a></li>
<li><a href='http://www.jug-muenster.de/jug-summerevent-599/' rel='bookmark' title='Permanent Link: JUG SummerEvent'>JUG SummerEvent</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jug-muenster.de/swingdemo-projekt-175/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
