<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating Scrollable JDesktopPane on Netbeans</title>
	<atom:link href="http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html/feed" rel="self" type="application/rss+xml" />
	<link>http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html</link>
	<description>beta version</description>
	<lastBuildDate>Thu, 17 May 2012 10:35:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: billigt bredbaand</title>
		<link>http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html/comment-page-1#comment-2145</link>
		<dc:creator>billigt bredbaand</dc:creator>
		<pubDate>Thu, 17 Nov 2011 09:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://arifn.web.id/blog/?p=185#comment-2145</guid>
		<description>&lt;strong&gt;billigt bredbaand...&lt;/strong&gt;

[...]Creating Scrollable JDesktopPane on Netbeans &#124; arifn[...]...</description>
		<content:encoded><![CDATA[<p><strong>billigt bredbaand&#8230;</strong></p>
<p>[...]Creating Scrollable JDesktopPane on Netbeans | arifn[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bimmariobroz</title>
		<link>http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html/comment-page-1#comment-1246</link>
		<dc:creator>bimmariobroz</dc:creator>
		<pubDate>Sat, 06 Nov 2010 08:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://arifn.web.id/blog/?p=185#comment-1246</guid>
		<description>hay bro nice for see your blog :wow: .actually  wanna ask bagaman jika jinternlframe kta geser ke kiri apakah scrollnya ikut  ever get a class that give automatic scrollable but if jintenalframe touch the right or down but no scrolol if we toucing the jinternal frame in left or left down thanks for answer :) sukses my bro :hi: </description>
		<content:encoded><![CDATA[<p>hay bro nice for see your blog <img src='http://arifn.web.id/blog/wp-content/plugins/smilies-themer/onionhead/kucing_wow.gif' alt=':wow:' class='wp-smiley' /> .actually  wanna ask bagaman jika jinternlframe kta geser ke kiri apakah scrollnya ikut  ever get a class that give automatic scrollable but if jintenalframe touch the right or down but no scrolol if we toucing the jinternal frame in left or left down thanks for answer :) sukses my bro <img src='http://arifn.web.id/blog/wp-content/plugins/smilies-themer/onionhead/kucing_hi.gif' alt=':hi:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karla</title>
		<link>http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html/comment-page-1#comment-1169</link>
		<dc:creator>Karla</dc:creator>
		<pubDate>Thu, 21 Oct 2010 01:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://arifn.web.id/blog/?p=185#comment-1169</guid>
		<description>Thanks for the info! It&#039;s what I was looking for a time...And the &quot;easier&quot; way to do it, for me it didn&#039;t work like a wanted, sometimes it&#039;s better if we do our own classes. :ngayal: </description>
		<content:encoded><![CDATA[<p>Thanks for the info! It&#039;s what I was looking for a time&#8230;And the &quot;easier&quot; way to do it, for me it didn&#039;t work like a wanted, sometimes it&#039;s better if we do our own classes. <img src='http://arifn.web.id/blog/wp-content/plugins/smilies-themer/onionhead/kucing_ngayal.gif' alt=':ngayal:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajitha</title>
		<link>http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html/comment-page-1#comment-500</link>
		<dc:creator>Rajitha</dc:creator>
		<pubDate>Mon, 12 Jul 2010 20:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://arifn.web.id/blog/?p=185#comment-500</guid>
		<description>It was really helpfull! glad Java is opensource!!! </description>
		<content:encoded><![CDATA[<p>It was really helpfull! glad Java is opensource!!! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html/comment-page-1#comment-339</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Mon, 07 Dec 2009 01:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://arifn.web.id/blog/?p=185#comment-339</guid>
		<description>The trick to making the &quot;easier&quot; way work is to override reshape() in JInternalFrame. In your subclass, get the parent (be sure to do a null check!), then you can resize the parent if needed by changing both its preferredSize and its size. I did this and it works. However, resizing the parent from within the child document breaks the natural component hierarchy in a way I don&#039;t like. I&#039;d therefore already planned to subclass JDesktopPane in my next version. 
 
So I really appreciate your post, and I think I will try using MDIDesktopPane instead because I&#039;m also not happy with the Default iconization in Swing and was considering writing my own code for that. </description>
		<content:encoded><![CDATA[<p>The trick to making the &quot;easier&quot; way work is to override reshape() in JInternalFrame. In your subclass, get the parent (be sure to do a null check!), then you can resize the parent if needed by changing both its preferredSize and its size. I did this and it works. However, resizing the parent from within the child document breaks the natural component hierarchy in a way I don&#039;t like. I&#039;d therefore already planned to subclass JDesktopPane in my next version.</p>
<p>So I really appreciate your post, and I think I will try using MDIDesktopPane instead because I&#039;m also not happy with the Default iconization in Swing and was considering writing my own code for that. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sidudun</title>
		<link>http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html/comment-page-1#comment-221</link>
		<dc:creator>sidudun</dc:creator>
		<pubDate>Thu, 04 Jun 2009 07:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://arifn.web.id/blog/?p=185#comment-221</guid>
		<description>u&#039;re welcome.. 
glad i could help.. ^^ </description>
		<content:encoded><![CDATA[<p>u&#039;re welcome..<br />
glad i could help.. ^^ </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaycakep</title>
		<link>http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html/comment-page-1#comment-220</link>
		<dc:creator>jaycakep</dc:creator>
		<pubDate>Thu, 04 Jun 2009 06:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://arifn.web.id/blog/?p=185#comment-220</guid>
		<description>thanx dude its very helpfull </description>
		<content:encoded><![CDATA[<p>thanx dude its very helpfull </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sidudun</title>
		<link>http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html/comment-page-1#comment-215</link>
		<dc:creator>sidudun</dc:creator>
		<pubDate>Wed, 20 May 2009 10:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://arifn.web.id/blog/?p=185#comment-215</guid>
		<description>dear Shrinath..  
thanks for your comment.. 
 
I&#039;m aware of this &quot;Easier&quot; way few moments after I wrote this post. As a matter of fact, I used it too in my &lt;code&gt;JInternalFrame&lt;/code&gt;. One of the reasons I still use the way above is that the library has &lt;code&gt;WindowMenu&lt;/code&gt; class that can control the display of all child windows (cascaded or tiled). 
 
I tried your way after I read your comment. I tried to add &lt;code&gt;JInternalFrame&lt;/code&gt; into the &lt;code&gt;JDesktopPane&lt;/code&gt;. But the scrolling bar didn&#039;t auto expand when I drag the &lt;code&gt;JInternalFrame&lt;/code&gt; outside the &lt;code&gt;JDesktopPane&lt;/code&gt;. Did it work on you? Would you mind share it with me? 
 
Thank you before.. </description>
		<content:encoded><![CDATA[<p>dear Shrinath.. </p>
<p>thanks for your comment..</p>
<p>I&#039;m aware of this &quot;Easier&quot; way few moments after I wrote this post. As a matter of fact, I used it too in my &lt;code&gt;JInternalFrame&lt;/code&gt;. One of the reasons I still use the way above is that the library has &lt;code&gt;WindowMenu&lt;/code&gt; class that can control the display of all child windows (cascaded or tiled).</p>
<p>I tried your way after I read your comment. I tried to add &lt;code&gt;JInternalFrame&lt;/code&gt; into the &lt;code&gt;JDesktopPane&lt;/code&gt;. But the scrolling bar didn&#039;t auto expand when I drag the &lt;code&gt;JInternalFrame&lt;/code&gt; outside the &lt;code&gt;JDesktopPane&lt;/code&gt;. Did it work on you? Would you mind share it with me?</p>
<p>Thank you before.. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shrinath M Aithal</title>
		<link>http://arifn.web.id/blog/2009/03/09/creating-scrollable-jdesktoppane-on-netbeans.html/comment-page-1#comment-211</link>
		<dc:creator>Shrinath M Aithal</dc:creator>
		<pubDate>Tue, 19 May 2009 22:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://arifn.web.id/blog/?p=185#comment-211</guid>
		<description>dude, I respect your knowledge, and its great that you went deep into internet and did some work.. 
 
But there is an &quot;Easier&quot; way of doing this in netbeans.. 
 
If all you want is a scrollable JDesktopPane in netbeans, here goes how to : 
 
1. create a jscrollpane using gui builder. 
2. insert your desktop pane into that scrollpane.. 
3. clikc on the desktop pane and set the properties - &quot;maximum size&quot;, &quot;minimum size&quot;, &quot;preferred size&quot; as same.. like if max size you want to set is 1920x1080, then set min size and preferred size also as 1920,1080.  
 
There you are.. immediatly the scrollbar appears and your desktop pane is scrollable.. 
 
you can then insert any component to desktop pane.. it holds good.. 
if you have any internal frames going out , then just increase the preferred size and max size, you&#039;ll be good.. 
 
you can play with those properties and find out more things.. 
 
if anything is wrong in my post, please correct me..  &lt;a href=&quot;http://arifn.web.id/blog/wp-content/plugins/smilies-themer/onionhead/kucing_kagum.gif&quot; rel=&quot;nofollow&quot;&gt;http://arifn.web.id/blog/wp-content/plugins/smili...&lt;/a&gt;  
---------shrinath_m2 </description>
		<content:encoded><![CDATA[<p>dude, I respect your knowledge, and its great that you went deep into internet and did some work..</p>
<p>But there is an &quot;Easier&quot; way of doing this in netbeans..</p>
<p>If all you want is a scrollable JDesktopPane in netbeans, here goes how to :</p>
<p>1. create a jscrollpane using gui builder.</p>
<p>2. insert your desktop pane into that scrollpane..</p>
<p>3. clikc on the desktop pane and set the properties &#8211; &quot;maximum size&quot;, &quot;minimum size&quot;, &quot;preferred size&quot; as same.. like if max size you want to set is 1920&#215;1080, then set min size and preferred size also as 1920,1080. </p>
<p>There you are.. immediatly the scrollbar appears and your desktop pane is scrollable..</p>
<p>you can then insert any component to desktop pane.. it holds good..</p>
<p>if you have any internal frames going out , then just increase the preferred size and max size, you&#039;ll be good..</p>
<p>you can play with those properties and find out more things..</p>
<p>if anything is wrong in my post, please correct me..<br />
  <a href="http://arifn.web.id/blog/wp-content/plugins/smilies-themer/onionhead/kucing_kagum.gif" rel="nofollow"></a><a href="http://arifn.web.id/blog/wp-content/plugins/smili" rel="nofollow">http://arifn.web.id/blog/wp-content/plugins/smili</a>&#8230;<br />
&#8212;&#8212;&#8212;shrinath_m2 </p>
]]></content:encoded>
	</item>
</channel>
</rss>

