<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Byte-Welt Forum - DockingFrames</title>
		<link>http://forum.byte-welt.net/</link>
		<description>DockingFrames
An extension of Swing, used to flexibly arrange windows. - 
Ist eine Erweiterung von Swing, mit der flexibel Panels angeordnet werden können.</description>
		<language>de</language>
		<lastBuildDate>Fri, 10 Sep 2010 02:41:19 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forum.byte-welt.net/images/peanut/misc/rss.jpg</url>
			<title>Byte-Welt Forum - DockingFrames</title>
			<link>http://forum.byte-welt.net/</link>
		</image>
		<item>
			<title>Saving layout to database</title>
			<link>http://forum.byte-welt.net/showthread.php?t=3015&amp;goto=newpost</link>
			<pubDate>Mon, 06 Sep 2010 08:41:40 GMT</pubDate>
			<description>Hi, 
 
I am currently implementing an application using the Docking Frames library. 
 
The application currently saves the workspace layout to a file...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
<br />
I am currently implementing an application using the Docking Frames library.<br />
<br />
The application currently saves the workspace layout to a file in the C:\temp folder. This is a short term solution. In the long term I wish to save the layout to a database using an existing table called user profile which has a path key (String length=255) and a value (String length=100). What I plan to do is to implement a database encoding for the layout which is independent of the docking frames technology which will work with other similar technologies. One option which is not available is saving the layout as a BLOB or similar database type. The information must be encoded using path key and value pairs.<br />
<br />
One of my ideas to do this may be to encode the format in XML and take the data from there and persist it in the database. When restoring the layout I would take the data out of the table and put it back into a new XML structure and create the layout from this. If anyone has any better ideas please could you tell me them?<br />
<br />
Can you tell me if this seems possible and if you have any ideas as to how it could be implemented?<br />
<br />
Any help would be gratefully received.<br />
<br />
Cheers, George.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.byte-welt.net/forumdisplay.php?f=69">DockingFrames</category>
			<dc:creator>gpadgett</dc:creator>
			<guid isPermaLink="true">http://forum.byte-welt.net/showthread.php?t=3015</guid>
		</item>
		<item>
			<title>aside() ??</title>
			<link>http://forum.byte-welt.net/showthread.php?t=3014&amp;goto=newpost</link>
			<pubDate>Mon, 06 Sep 2010 08:02:11 GMT</pubDate>
			<description>if (selView != null) { 
                CLocation cl = selView.getBaseLocation(); 
                if(cl != null){ 
                   ...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div><!-- BEGIN TEMPLATE: bbcode_highlight -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Java Code:</div>
	<pre class="alt2" style="margin:0px; padding:6px; border:1px inset; width:90%; height:132px; overflow:auto"><div dir="ltr" style="text-align:left;"><div class="java" style="font-family: monospace;"><ol><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>selView <span style="color: #339933;">!=</span> <span style="color: #000066; font-weight: bold;">null</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CLocation cl <span style="color: #339933;">=</span> selView.<span style="color: #006633;">getBaseLocation</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>cl <span style="color: #339933;">!=</span> <span style="color: #000066; font-weight: bold;">null</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dvw.<span style="color: #006633;">setLocation</span><span style="color: #009900;">&#40;</span>cl.<span style="color: #006633;">aside</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li></ol></div></div></pre>
</div>
<!-- END TEMPLATE: bbcode_highlight --><br />
<!-- BEGIN TEMPLATE: bbcode_highlight -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Java Code:</div>
	<pre class="alt2" style="margin:0px; padding:6px; border:1px inset; width:90%; height:196px; overflow:auto"><div dir="ltr" style="text-align:left;"><div class="java" style="font-family: monospace;"><ol><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>selView <span style="color: #339933;">!=</span> <span style="color: #000066; font-weight: bold;">null</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CLocation cl <span style="color: #339933;">=</span> selView.<span style="color: #006633;">getBaseLocation</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>cl <span style="color: #339933;">!=</span> <span style="color: #000066; font-weight: bold;">null</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>cl <span style="color: #000000; font-weight: bold;">instanceof</span> AbstractStackholdingLocation<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dvw.<span style="color: #006633;">setLocation</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>AbstractStackholdingLocation<span style="color: #009900;">&#41;</span>cl<span style="color: #009900;">&#41;</span>.<span style="color: #006633;">stack</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><span style="color: #000000; font-weight: bold;">else</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dvw.<span style="color: #006633;">setLocation</span><span style="color: #009900;">&#40;</span>cl.<span style="color: #006633;">aside</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li></ol></div></div></pre>
</div>
<!-- END TEMPLATE: bbcode_highlight --><br />
The effect of the two is not the same?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.byte-welt.net/forumdisplay.php?f=69">DockingFrames</category>
			<dc:creator>kkx</dc:creator>
			<guid isPermaLink="true">http://forum.byte-welt.net/showthread.php?t=3014</guid>
		</item>
		<item>
			<title>JOGL heavyweight GLCanvas not rendering</title>
			<link>http://forum.byte-welt.net/showthread.php?t=3011&amp;goto=newpost</link>
			<pubDate>Fri, 03 Sep 2010 17:44:32 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm trying to get an OpenGL application working with DockingFrames.  If I use the lightweight GLJPanel component, then it works as expected;...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
<br />
I'm trying to get an OpenGL application working with DockingFrames.  If I use the lightweight GLJPanel component, then it works as expected; the graphics are rendered correctly, but framerate is poor since it internally does something like copy the gl framebuffer to a BufferedImage every frame.  Using the normal heavyweight GLCanvas, I just see the background colour of the panel.<br />
<br />
I realise that heavyweight components can be problematic, and I would expect for example that certain overlays from DockingFrames would be lost where they intersected with the GLCanvas... but not seeing any of my GL rendering is obviously rather more critical.<br />
<br />
The version of JOGL I'm using is 1.1.1, as downloaded from <a href="https://jogl.dev.java.net/" target="_blank">https://jogl.dev.java.net/</a><br />
<br />
It should be possible, as described <a href="http://weblogs.java.net/blog/campbell/archive/2006/10/easy_2d3d_mixin.html" target="_blank">here</a>, to use the OpenGL-based Java2D pipeline to avoid the problem of GLJPanel being slow... however, since the OpenGL-based Java2D pipeline is horribly broken this is a non-starter.<br />
<br />
Is there something that could be done to configure DockingFrames such that a GLCanvas will be rendered?  I can produce a simple test case if that helps.<br />
<br />
FWIW, a library called 'VLDocking', referenced on <a href="http://jogamp.org/jogl/www/" target="_blank">http://jogamp.org/jogl/www/</a> &quot;fully supports heavyweight components such as JOGL's GLCanvas in a docking environment.&quot;  Unfortunately, the link to their webpage is broken and IIRC it was a commercial library.  I'm going to try some other libraries now,  although DockingFrames was my preferred choice.<br />
<br />
Regards,<br />
Peter</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.byte-welt.net/forumdisplay.php?f=69">DockingFrames</category>
			<dc:creator>Unregistered</dc:creator>
			<guid isPermaLink="true">http://forum.byte-welt.net/showthread.php?t=3011</guid>
		</item>
		<item>
			<title><![CDATA[java.lang.IllegalArgumentException: Width (207) and height (0) cannot be <= 0]]></title>
			<link>http://forum.byte-welt.net/showthread.php?t=3006&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 11:41:44 GMT</pubDate>
			<description><![CDATA[java.lang.IllegalArgumentException: Width (207) and height (0) cannot be <= 0 
        at...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div><!-- BEGIN TEMPLATE: bbcode_highlight -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Java Code:</div>
	<pre class="alt2" style="margin:0px; padding:6px; border:1px inset; width:90%; height:756px; overflow:auto"><div dir="ltr" style="text-align:left;"><div class="java" style="font-family: monospace;"><ol><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">java.<span style="color: #006633;">lang</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AIllegalArgumentException+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">IllegalArgumentException</span></a><span style="color: #339933;">:</span> Width <span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">207</span><span style="color: #009900;">&#41;</span> and height <span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span> cannot be <span style="color: #339933;">&lt;=</span> <span style="color: #cc66cc;">0</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at java.<span style="color: #006633;">awt</span>.<span style="color: #006633;">image</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ADirectColorModel+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">DirectColorModel</span></a>.<span style="color: #006633;">createCompatibleWritableRaster</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ADirectColorModel+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">DirectColorModel</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">999</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at java.<span style="color: #006633;">awt</span>.<span style="color: #006633;">image</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ABufferedImage+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">BufferedImage</span></a>.<span style="color: #339933;">&lt;</span>init<span style="color: #339933;">&gt;</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ABufferedImage+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">BufferedImage</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">340</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at kux.<span style="color: #006633;">glass</span>.<span style="color: #006633;">CGlassFactory</span>.<span style="color: #006633;">RenderBufferedImage</span><span style="color: #009900;">&#40;</span>Unknown Source<span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>glasslib.<span style="color: #006633;">jar</span><span style="color: #339933;">:</span>na<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at glass.<span style="color: #006633;">eclipse</span>.<span style="color: #006633;">theme</span>.<span style="color: #006633;">CGlassStripPainter</span>.<span style="color: #006633;">paintBackground</span><span style="color: #009900;">&#40;</span>Unknown Source<span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>extensionGlass.<span style="color: #006633;">jar</span><span style="color: #339933;">:</span>na<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at glass.<span style="color: #006633;">eclipse</span>.<span style="color: #006633;">theme</span>.<span style="color: #006633;">CGlassStripPainter</span>.<span style="color: #006633;">paintHorizontal</span><span style="color: #009900;">&#40;</span>Unknown Source<span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>extensionGlass.<span style="color: #006633;">jar</span><span style="color: #339933;">:</span>na<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at glass.<span style="color: #006633;">eclipse</span>.<span style="color: #006633;">theme</span>.<span style="color: #006633;">CGlassStripPainter</span>.<span style="color: #006633;">paintBackground</span><span style="color: #009900;">&#40;</span>Unknown Source<span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>extensionGlass.<span style="color: #006633;">jar</span><span style="color: #339933;">:</span>na<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at bibliothek.<span style="color: #006633;">extension</span>.<span style="color: #006633;">gui</span>.<span style="color: #006633;">dock</span>.<span style="color: #006633;">theme</span>.<span style="color: #006633;">eclipse</span>.<span style="color: #006633;">stack</span>.<span style="color: #006633;">EclipseTabPaneContent</span>.<span style="color: #006633;">paint</span><span style="color: #009900;">&#40;</span>Unknown Source<span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>dockingFramesCore.<span style="color: #006633;">jar</span><span style="color: #339933;">:</span>na<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">paintChildren</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">864</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">paint</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">1038</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">paintChildren</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">864</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">paint</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">1038</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJLayeredPane+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JLayeredPane</span></a>.<span style="color: #006633;">paint</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJLayeredPane+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JLayeredPane</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">567</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">paintChildren</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">864</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">paint</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">1038</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">paintChildren</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">864</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">paint</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">1038</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">paintChildren</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">864</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">paint</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">1038</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">paintChildren</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">864</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">paint</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">1038</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJLayeredPane+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JLayeredPane</span></a>.<span style="color: #006633;">paint</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJLayeredPane+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JLayeredPane</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">567</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">paintChildren</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">864</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">paintToOffscreen</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">5131</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ARepaintManager+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">RepaintManager</span></a>$PaintManager.<span style="color: #006633;">paintDoubleBuffered</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ARepaintManager+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">RepaintManager</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">1475</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ARepaintManager+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">RepaintManager</span></a>$PaintManager.<span style="color: #006633;">paint</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ARepaintManager+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">RepaintManager</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">1406</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<span style="color: #006633;">BufferStrategyPaintManager</span>.<span style="color: #006633;">paint</span><span style="color: #009900;">&#40;</span>BufferStrategyPaintManager.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">294</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ARepaintManager+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">RepaintManager</span></a>.<span style="color: #006633;">paint</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ARepaintManager+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">RepaintManager</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">1220</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">paint</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JComponent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">1015</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at java.<span style="color: #006633;">awt</span>.<span style="color: #006633;">GraphicsCallback</span>$PaintCallback.<span style="color: #006633;">run</span><span style="color: #009900;">&#40;</span>GraphicsCallback.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">21</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at sun.<span style="color: #006633;">awt</span>.<span style="color: #006633;">SunGraphicsCallback</span>.<span style="color: #006633;">runOneComponent</span><span style="color: #009900;">&#40;</span>SunGraphicsCallback.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">60</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at sun.<span style="color: #006633;">awt</span>.<span style="color: #006633;">SunGraphicsCallback</span>.<span style="color: #006633;">runComponents</span><span style="color: #009900;">&#40;</span>SunGraphicsCallback.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">97</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at java.<span style="color: #006633;">awt</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AContainer+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Container</span></a>.<span style="color: #006633;">paint</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AContainer+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Container</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">1780</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ARepaintManager+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">RepaintManager</span></a>.<span style="color: #006633;">paintDirtyRegions</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ARepaintManager+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">RepaintManager</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">814</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ARepaintManager+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">RepaintManager</span></a>.<span style="color: #006633;">paintDirtyRegions</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ARepaintManager+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">RepaintManager</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">714</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ARepaintManager+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">RepaintManager</span></a>.<span style="color: #006633;">seqPaintDirtyRegions</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ARepaintManager+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">RepaintManager</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">694</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at javax.<span style="color: #006633;">swing</span>.<span style="color: #006633;">SystemEventQueueUtilities</span>$ComponentWorkRequest.<span style="color: #006633;">run</span><span style="color: #009900;">&#40;</span>SystemEventQueueUtilities.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">128</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at java.<span style="color: #006633;">awt</span>.<span style="color: #006633;">event</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AInvocationEvent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">InvocationEvent</span></a>.<span style="color: #006633;">dispatch</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AInvocationEvent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">InvocationEvent</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">209</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at java.<span style="color: #006633;">awt</span>.<a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AEventQueue+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">EventQueue</span></a>.<span style="color: #006633;">dispatchEvent</span><span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AEventQueue+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">EventQueue</span></a>.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">597</span><span style="color: #009900;">&#41;</span> ~<span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at java.<span style="color: #006633;">awt</span>.<span style="color: #006633;">EventDispatchThread</span>.<span style="color: #006633;">pumpOneEventForFilters</span><span style="color: #009900;">&#40;</span>EventDispatchThread.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">269</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at java.<span style="color: #006633;">awt</span>.<span style="color: #006633;">EventDispatchThread</span>.<span style="color: #006633;">pumpEventsForFilter</span><span style="color: #009900;">&#40;</span>EventDispatchThread.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">184</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at java.<span style="color: #006633;">awt</span>.<span style="color: #006633;">EventDispatchThread</span>.<span style="color: #006633;">pumpEventsForHierarchy</span><span style="color: #009900;">&#40;</span>EventDispatchThread.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">174</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at java.<span style="color: #006633;">awt</span>.<span style="color: #006633;">EventDispatchThread</span>.<span style="color: #006633;">pumpEvents</span><span style="color: #009900;">&#40;</span>EventDispatchThread.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">169</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at java.<span style="color: #006633;">awt</span>.<span style="color: #006633;">EventDispatchThread</span>.<span style="color: #006633;">pumpEvents</span><span style="color: #009900;">&#40;</span>EventDispatchThread.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">161</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; at java.<span style="color: #006633;">awt</span>.<span style="color: #006633;">EventDispatchThread</span>.<span style="color: #006633;">run</span><span style="color: #009900;">&#40;</span>EventDispatchThread.<span style="color: #006633;">java</span><span style="color: #339933;">:</span><span style="color: #cc66cc;">122</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#91;</span>na<span style="color: #339933;">:</span><span style="color: #cc66cc;">1.6</span>.0_14<span style="color: #009900;">&#93;</span></div></li></ol></div></div></pre>
</div>
<!-- END TEMPLATE: bbcode_highlight --></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.byte-welt.net/forumdisplay.php?f=69">DockingFrames</category>
			<dc:creator>Unregistered</dc:creator>
			<guid isPermaLink="true">http://forum.byte-welt.net/showthread.php?t=3006</guid>
		</item>
		<item>
			<title>Combobox or textField in the ActionPanel</title>
			<link>http://forum.byte-welt.net/showthread.php?t=3002&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 18:07:33 GMT</pubDate>
			<description>Hi all. 
 
I would like to know if it is possible to add any type of component in the actionPanel? Because i would like to add a combobox as an...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi all.<br />
<br />
I would like to know if it is possible to add any type of component in the actionPanel? Because i would like to add a combobox as an action to a dockable.<br />
<br />
Thanks very much in advance!<br />
Khrysto</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.byte-welt.net/forumdisplay.php?f=69">DockingFrames</category>
			<dc:creator>khrysto</dc:creator>
			<guid isPermaLink="true">http://forum.byte-welt.net/showthread.php?t=3002</guid>
		</item>
		<item>
			<title>JInternalFrame</title>
			<link>http://forum.byte-welt.net/showthread.php?t=3001&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 17:11:58 GMT</pubDate>
			<description>An answer to a mail I received. 
 
The following code is a proof of concept that parts of DF can be used together with JInternalFrames/JDesktopPane....</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>An answer to a mail I received.<br />
<br />
The following code is a proof of concept that parts of DF can be used together with JInternalFrames/JDesktopPane. The necessary factories are already in the repository and will be part of version 1.0.8p5f (which I'll upload in this week). No support for ScreenDockStation yet.<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_highlight -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Java Code:</div>
	<pre class="alt2" style="margin:0px; padding:6px; border:1px inset; width:90%; height:996px; overflow:auto"><div dir="ltr" style="text-align:left;"><div class="java" style="font-family: monospace;"><ol><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">package</span> <span style="color: #006699;">test</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">java.awt.Color</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">java.awt.Component</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">java.awt.Container</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">java.awt.GridLayout</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">java.awt.Point</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">javax.swing.JDesktopPane</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">javax.swing.JFrame</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">javax.swing.JInternalFrame</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">javax.swing.JPanel</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">javax.swing.SwingUtilities</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">bibliothek.gui.dock.FlapDockStation</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">bibliothek.gui.dock.common.CControl</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">bibliothek.gui.dock.common.CGrid</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">bibliothek.gui.dock.common.DefaultSingleCDockable</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">bibliothek.gui.dock.station.flap.ButtonPane</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">bibliothek.gui.dock.station.flap.DefaultFlapWindow</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">bibliothek.gui.dock.station.flap.DefaultFlapWindowFactory</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">bibliothek.gui.dock.station.flap.FlapWindow</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">bibliothek.gui.dock.util.ComponentWindowProvider</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">class</span> Dock14 <span style="color: #000000; font-weight: bold;">extends</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJInternalFrame+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JInternalFrame</span></a><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">static</span> <span style="color: #000066; font-weight: bold;">void</span> main<span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AString+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">String</span></a><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> args<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJFrame+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JFrame</span></a> frame <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJFrame+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JFrame</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Test&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; frame.<span style="color: #006633;">setDefaultCloseOperation</span><span style="color: #009900;">&#40;</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJFrame+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JFrame</span></a>.<span style="color: #006633;">EXIT_ON_CLOSE</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJDesktopPane+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JDesktopPane</span></a> desktop <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJDesktopPane+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JDesktopPane</span></a><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; frame.<span style="color: #006633;">add</span><span style="color: #009900;">&#40;</span> desktop <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; Dock14 dock <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> Dock14<span style="color: #009900;">&#40;</span> desktop <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; desktop.<span style="color: #006633;">add</span><span style="color: #009900;">&#40;</span> dock <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; dock.<span style="color: #006633;">setBounds</span><span style="color: #009900;">&#40;</span> <span style="color: #cc66cc;">20</span>, <span style="color: #cc66cc;">20</span>, <span style="color: #cc66cc;">400</span>, <span style="color: #cc66cc;">400</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; dock.<span style="color: #006633;">setVisible</span><span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">true</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; frame.<span style="color: #006633;">setBounds</span><span style="color: #009900;">&#40;</span> <span style="color: #cc66cc;">20</span>, <span style="color: #cc66cc;">20</span>, <span style="color: #cc66cc;">500</span>, <span style="color: #cc66cc;">500</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; frame.<span style="color: #006633;">setVisible</span><span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">true</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">private</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJDesktopPane+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JDesktopPane</span></a> desktop<span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">private</span> CControl control<span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">public</span> Dock14<span style="color: #009900;">&#40;</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJDesktopPane+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JDesktopPane</span></a> desktop <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">this</span>.<span style="color: #006633;">desktop</span> <span style="color: #339933;">=</span> desktop<span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; setSize<span style="color: #009900;">&#40;</span> <span style="color: #cc66cc;">600</span>, <span style="color: #cc66cc;">500</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; setDefaultCloseOperation<span style="color: #009900;">&#40;</span> EXIT_ON_CLOSE <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; control <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> CControl<span style="color: #009900;">&#40;</span> <span style="color: #000000; font-weight: bold;">new</span> ComponentWindowProvider<span style="color: #009900;">&#40;</span> <span style="color: #000000; font-weight: bold;">this</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; control.<span style="color: #006633;">putProperty</span><span style="color: #009900;">&#40;</span> FlapDockStation.<span style="color: #006633;">WINDOW_FACTORY</span>, <span style="color: #000000; font-weight: bold;">new</span> DefaultFlapWindowFactory<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @Override</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">public</span> FlapWindow create<span style="color: #009900;">&#40;</span> FlapDockStation station, ButtonPane buttonPane <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">return</span> <span style="color: #000000; font-weight: bold;">new</span> DefaultFlapWindow<span style="color: #009900;">&#40;</span> station, buttonPane, <span style="color: #000000; font-weight: bold;">new</span> InternalDialog<span style="color: #009900;">&#40;</span> Dock14.<span style="color: #000000; font-weight: bold;">this</span>.<span style="color: #006633;">desktop</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; add<span style="color: #009900;">&#40;</span>control.<span style="color: #006633;">getContentArea</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; CGrid grid <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> CGrid<span style="color: #009900;">&#40;</span> control <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; grid.<span style="color: #006633;">add</span><span style="color: #009900;">&#40;</span> &nbsp;<span style="color: #cc66cc;">0</span>, &nbsp;<span style="color: #cc66cc;">0</span>, <span style="color: #cc66cc;">10</span>, <span style="color: #cc66cc;">10</span>, get<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;red&quot;</span>, <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AColor+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Color</span></a>.<span style="color: #006633;">RED</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; grid.<span style="color: #006633;">add</span><span style="color: #009900;">&#40;</span> &nbsp;<span style="color: #cc66cc;">0</span>, <span style="color: #cc66cc;">10</span>, <span style="color: #cc66cc;">10</span>, <span style="color: #cc66cc;">10</span>, get<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;green&quot;</span>, <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AColor+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Color</span></a>.<span style="color: #006633;">GREEN</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; grid.<span style="color: #006633;">add</span><span style="color: #009900;">&#40;</span> <span style="color: #cc66cc;">10</span>, &nbsp;<span style="color: #cc66cc;">0</span>, <span style="color: #cc66cc;">10</span>, <span style="color: #cc66cc;">10</span>, get<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;blue&quot;</span>, <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AColor+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Color</span></a>.<span style="color: #006633;">BLUE</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; grid.<span style="color: #006633;">add</span><span style="color: #009900;">&#40;</span> <span style="color: #cc66cc;">10</span>, <span style="color: #cc66cc;">10</span>, <span style="color: #cc66cc;">10</span>, <span style="color: #cc66cc;">10</span>, get<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;yellow&quot;</span>, <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AColor+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Color</span></a>.<span style="color: #006633;">YELLOW</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; control.<span style="color: #006633;">getContentArea</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #006633;">deploy</span><span style="color: #009900;">&#40;</span> grid <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">private</span> DefaultSingleCDockable get<span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AString+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">String</span></a> id, <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AColor+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Color</span></a> color<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJPanel+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JPanel</span></a> panel <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJPanel+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JPanel</span></a><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; panel.<span style="color: #006633;">setBackground</span><span style="color: #009900;">&#40;</span> color <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; panel.<span style="color: #006633;">setOpaque</span><span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">true</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; DefaultSingleCDockable result <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> DefaultSingleCDockable<span style="color: #009900;">&#40;</span> id, id, panel <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; result.<span style="color: #006633;">setCloseable</span><span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">true</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">return</span> result<span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">private</span> <span style="color: #000000; font-weight: bold;">static</span> <span style="color: #000000; font-weight: bold;">class</span> InternalDialog <span style="color: #000000; font-weight: bold;">extends</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJPanel+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JPanel</span></a> <span style="color: #000000; font-weight: bold;">implements</span> DefaultFlapWindow.<span style="color: #006633;">Parent</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">private</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJDesktopPane+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JDesktopPane</span></a> desktop<span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">public</span> InternalDialog<span style="color: #009900;">&#40;</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJDesktopPane+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JDesktopPane</span></a> desktop <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">this</span>.<span style="color: #006633;">desktop</span> <span style="color: #339933;">=</span> desktop<span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; setLayout<span style="color: #009900;">&#40;</span> <span style="color: #000000; font-weight: bold;">new</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AGridLayout+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">GridLayout</span></a><span style="color: #009900;">&#40;</span> <span style="color: #cc66cc;">1</span>, <span style="color: #cc66cc;">1</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; desktop.<span style="color: #006633;">add</span><span style="color: #009900;">&#40;</span> <span style="color: #000000; font-weight: bold;">this</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; desktop.<span style="color: #006633;">setLayer</span><span style="color: #009900;">&#40;</span> <span style="color: #000000; font-weight: bold;">this</span>, <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AJDesktopPane+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">JDesktopPane</span></a>.<span style="color: #006633;">MODAL_LAYER</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; setVisible<span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">false</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #666666; font-style: italic;">// &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; setLayer( JDesktopPane.MODAL_LAYER );</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; @Override</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">public</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AContainer+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Container</span></a> getContentPane<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span> getComponentCount<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">0</span> <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">return</span> <span style="color: #000066; font-weight: bold;">null</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">return</span> <span style="color: #009900;">&#40;</span><a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AContainer+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Container</span></a><span style="color: #009900;">&#41;</span>getComponent<span style="color: #009900;">&#40;</span> <span style="color: #cc66cc;">0</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; @Override</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000066; font-weight: bold;">void</span> setContentPane<span style="color: #009900;">&#40;</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AContainer+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Container</span></a> content <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; removeAll<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span> content <span style="color: #339933;">!=</span> <span style="color: #000066; font-weight: bold;">null</span> <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; add<span style="color: #009900;">&#40;</span> content <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">public</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3AComponent+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Component</span></a> asComponent<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">return</span> <span style="color: #000000; font-weight: bold;">this</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000066; font-weight: bold;">void</span> destroy<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; setVisible<span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">false</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; desktop.<span style="color: #006633;">remove</span><span style="color: #009900;">&#40;</span> <span style="color: #000000; font-weight: bold;">this</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000066; font-weight: bold;">boolean</span> isParentValid<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">return</span> <span style="color: #000066; font-weight: bold;">true</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000066; font-weight: bold;">void</span> setParentLocation<span style="color: #009900;">&#40;</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3APoint+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Point</span></a> location <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3APoint+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Point</span></a> delta <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3APoint+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Point</span></a><span style="color: #009900;">&#40;</span> <span style="color: #cc66cc;">0</span>, <span style="color: #cc66cc;">0</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3ASwingUtilities+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">SwingUtilities</span></a>.<span style="color: #006633;">convertPointToScreen</span><span style="color: #009900;">&#40;</span> delta, desktop <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3APoint+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Point</span></a> finalResult <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> <a target="_blank" &nbsp;href="http://www.google.com/search?hl=en&amp;q=allinurl%3APoint+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Point</span></a><span style="color: #009900;">&#40;</span> location.<span style="color: #006633;">x</span> <span style="color: #339933;">-</span> delta.<span style="color: #006633;">x</span>, location.<span style="color: #006633;">y</span> <span style="color: #339933;">-</span> delta.<span style="color: #006633;">y</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; setLocation<span style="color: #009900;">&#40;</span> finalResult <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">&nbsp; &nbsp; <span style="color: #009900;">&#125;</span></div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #009900;">&#125;</span></div></li></ol></div></div></pre>
</div>
<!-- END TEMPLATE: bbcode_highlight --></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.byte-welt.net/forumdisplay.php?f=69">DockingFrames</category>
			<dc:creator>Beni</dc:creator>
			<guid isPermaLink="true">http://forum.byte-welt.net/showthread.php?t=3001</guid>
		</item>
		<item>
			<title>getBaseLocation() == null?</title>
			<link>http://forum.byte-welt.net/showthread.php?t=2999&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 03:46:30 GMT</pubDate>
			<description>setLocation(CLocation.base().normalSouth( 0.5 ).east( 0.5 ).stack( 2 )) 
 
but getBaseLocation() == null :confused:</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>setLocation(CLocation.base().normalSouth( 0.5 ).east( 0.5 ).stack( 2 ))<br />
<br />
but getBaseLocation() == null :confused:</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.byte-welt.net/forumdisplay.php?f=69">DockingFrames</category>
			<dc:creator>????</dc:creator>
			<guid isPermaLink="true">http://forum.byte-welt.net/showthread.php?t=2999</guid>
		</item>
		<item>
			<title>JIDE-docking to dockableFrames?</title>
			<link>http://forum.byte-welt.net/showthread.php?t=2998&amp;goto=newpost</link>
			<pubDate>Tue, 31 Aug 2010 17:12:58 GMT</pubDate>
			<description>For our applications we are using JIDE-docking. Unfortunately, it does not allow us to create non-trivial default layouts and has other limitations....</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>For our applications we are using JIDE-docking. Unfortunately, it does not allow us to create non-trivial default layouts and has other limitations. Before starting to dive into dockableFrames I want to know whether someone else already has done the transition from JIDE-docking?<br />
<br />
We have one center component which should not be hidable. Around it, the user should be able to place its tool windows. According to my understanding, dF does not have the concept of the center component, isn't it? We want to render our docked frames (title, toolbar buttons) ourself, even the hide-to-side, maximize or close toolbar buttons we want to render ourself. We want to be able to switch between two perspectives and, of course, be able to save/restore them. Would dF-core be sufficient for that?<br />
<br />
The documentation for core and common is really much, but hard to understand because it starts with a trivial example and in the next chapter tells about different cool things to do but not by extending the example.<br />
<br />
Thanks in advance,<br />
Tom</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.byte-welt.net/forumdisplay.php?f=69">DockingFrames</category>
			<dc:creator>thomas</dc:creator>
			<guid isPermaLink="true">http://forum.byte-welt.net/showthread.php?t=2998</guid>
		</item>
		<item>
			<title>Not garbage collected DefaultMultipleCDockable instance</title>
			<link>http://forum.byte-welt.net/showthread.php?t=2990&amp;goto=newpost</link>
			<pubDate>Sat, 21 Aug 2010 22:34:59 GMT</pubDate>
			<description><![CDATA[hi all, 
 
I set the "remove on close" flag on a DefaultMultipleCDockable instance to true by calling setRemoveOnClose(true). I've expected that if...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>hi all,<br />
<br />
I set the &quot;remove on close&quot; flag on a DefaultMultipleCDockable instance to true by calling setRemoveOnClose(true). I've expected that if it is closed, then this instance will be completely removed and at the end it will be garbage collected. After i've got OutOfMemory error, i noticed that the DefaultMultipleCDockable instances were not garbage collected.DefaultMultipleCDockable is referenced by DefaultCommonDockable, which again is referenced by some listener (LocatedListenerList??) etc. <br />
<br />
Is this a bug? If not, how to remove the instance completely?<br />
<br />
best wishes,<br />
ilhami visne<br />
<br />
P.S.: I've used the Java VisualVM to look at the references.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.byte-welt.net/forumdisplay.php?f=69">DockingFrames</category>
			<dc:creator>ilvisne</dc:creator>
			<guid isPermaLink="true">http://forum.byte-welt.net/showthread.php?t=2990</guid>
		</item>
		<item>
			<title>Where are the underlying components?</title>
			<link>http://forum.byte-welt.net/showthread.php?t=2988&amp;goto=newpost</link>
			<pubDate>Fri, 20 Aug 2010 12:16:29 GMT</pubDate>
			<description>Hi Beni 
 
We need to set properties on some components. Can you tell me how I can get hold of the color of the inactive title text and the...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi Beni<br />
<br />
We need to set properties on some components. Can you tell me how I can get hold of the color of the inactive title text and the background of the tabs (eclipse theme)?<br />
<br />
Thank you very much<br />
Daniela</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.byte-welt.net/forumdisplay.php?f=69">DockingFrames</category>
			<dc:creator>daniela</dc:creator>
			<guid isPermaLink="true">http://forum.byte-welt.net/showthread.php?t=2988</guid>
		</item>
		<item>
			<title>change the style of draging</title>
			<link>http://forum.byte-welt.net/showthread.php?t=2983&amp;goto=newpost</link>
			<pubDate>Fri, 20 Aug 2010 07:10:08 GMT</pubDate>
			<description>Hi, 
  
I got a stupid question here. 
  
How can i change the mode while draging a dockable? (like showing a pic in flat mode, or just show a...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
 <br />
I got a stupid question here.<br />
 <br />
How can i change the mode while draging a dockable? (like showing a pic in flat mode, or just show a rectangle box, or just show the title).<br />
 <br />
I believe it should be easy but I cannot find any clue in the document.<br />
 <br />
Thanks a lots,<br />
Adam</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.byte-welt.net/forumdisplay.php?f=69">DockingFrames</category>
			<dc:creator>Unregistered</dc:creator>
			<guid isPermaLink="true">http://forum.byte-welt.net/showthread.php?t=2983</guid>
		</item>
		<item>
			<title>Display an icon together with its text</title>
			<link>http://forum.byte-welt.net/showthread.php?t=2980&amp;goto=newpost</link>
			<pubDate>Wed, 18 Aug 2010 12:45:59 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I set the text for my action's icon ( new CButton("bla",icon) ), but my dock dipslays only the icon. Text is shown only as tooltip. 
 
How can...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
<br />
I set the text for my action's icon ( new CButton(&quot;bla&quot;,icon) ), but my dock dipslays only the icon. Text is shown only as tooltip.<br />
<br />
How can i display the text next to the icon?<br />
<br />
best wishes.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forum.byte-welt.net/forumdisplay.php?f=69">DockingFrames</category>
			<dc:creator>ilvisne</dc:creator>
			<guid isPermaLink="true">http://forum.byte-welt.net/showthread.php?t=2980</guid>
		</item>
	</channel>
</rss>
