<?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"
	>
<channel>
	<title>Comments on: Charting with JFreeChart</title>
	<atom:link href="http://www.substanceofcode.com/2008/01/27/charting-with-jfreechart/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.substanceofcode.com/2008/01/27/charting-with-jfreechart/</link>
	<description>Software Developer Tommi Laukkanen</description>
	<pubDate>Tue, 07 Oct 2008 10:56:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Tommi Laukkanen</title>
		<link>http://www.substanceofcode.com/2008/01/27/charting-with-jfreechart/#comment-9076</link>
		<dc:creator>Tommi Laukkanen</dc:creator>
		<pubDate>Thu, 14 Feb 2008 20:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.substanceofcode.com/2008/01/27/charting-with-jfreechart/#comment-9076</guid>
		<description>@Chandana: One of the most common mistake I usually have made is that I don't have specified any layout manager for the components. You will have to use some layout manager so that Swing knows how it should layout the components on the screen.

When using NetBeans IDE you can do it for example in the Inspector window that is shown when you are designing your component. Right click the component (eg. JPanel) and select: Set Layout &gt; GridLayout (or any other).

Maybe this will solve your problem?</description>
		<content:encoded><![CDATA[<p>@Chandana: One of the most common mistake I usually have made is that I don&#8217;t have specified any layout manager for the components. You will have to use some layout manager so that Swing knows how it should layout the components on the screen.</p>
<p>When using NetBeans IDE you can do it for example in the Inspector window that is shown when you are designing your component. Right click the component (eg. JPanel) and select: Set Layout > GridLayout (or any other).</p>
<p>Maybe this will solve your problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandana</title>
		<link>http://www.substanceofcode.com/2008/01/27/charting-with-jfreechart/#comment-9049</link>
		<dc:creator>Chandana</dc:creator>
		<pubDate>Thu, 14 Feb 2008 07:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.substanceofcode.com/2008/01/27/charting-with-jfreechart/#comment-9049</guid>
		<description>I am using netbeans 5.5

I am attempting to run the following jFreeChart demo but in netbeans.
Original demo located here: http://www.java2s.com/Code/Java/Chart/JFreeChartPieChartDemo7.htm

Instead of programically creating the jPanel like the demo does, i would like to do it using the netbeans GUI and then add the code to create the jFreeChart.In netbeans i create a new project, create a new jFrame and place a new jPanel on the form and add the JTabpane in to Jpanel. After that I add two Jpanel in to Jtabpanes.

that one of Jpane i want to Show chart using Jfreecharts. I try to do it. But it never show my Tabpane and Charts. it open new Jframe and show charts. But I want to show that Charts in the Jpanel.

If Any one know how to do it. If u can reply this.
Thank you.....</description>
		<content:encoded><![CDATA[<p>I am using netbeans 5.5</p>
<p>I am attempting to run the following jFreeChart demo but in netbeans.<br />
Original demo located here: <a href="http://www.java2s.com/Code/Java/Chart/JFreeChartPieChartDemo7.htm" rel="nofollow">http://www.java2s.com/Code/Java/Chart/JFreeChartPieChartDemo7.htm</a></p>
<p>Instead of programically creating the jPanel like the demo does, i would like to do it using the netbeans GUI and then add the code to create the jFreeChart.In netbeans i create a new project, create a new jFrame and place a new jPanel on the form and add the JTabpane in to Jpanel. After that I add two Jpanel in to Jtabpanes.</p>
<p>that one of Jpane i want to Show chart using Jfreecharts. I try to do it. But it never show my Tabpane and Charts. it open new Jframe and show charts. But I want to show that Charts in the Jpanel.</p>
<p>If Any one know how to do it. If u can reply this.<br />
Thank you&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tarawat</title>
		<link>http://www.substanceofcode.com/2008/01/27/charting-with-jfreechart/#comment-9015</link>
		<dc:creator>tarawat</dc:creator>
		<pubDate>Tue, 12 Feb 2008 13:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.substanceofcode.com/2008/01/27/charting-with-jfreechart/#comment-9015</guid>
		<description>nice tips!
Thanks for share it.</description>
		<content:encoded><![CDATA[<p>nice tips!<br />
Thanks for share it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
