Tutorial to show you how to create a Pie Chart using Netbeans and JFreeChart together. The coding will be done with JAVA 1.6.
Пікірлер
@petermarkam348311 жыл бұрын
Did as you said, but still no chart showing up :(
@petermarkam348311 жыл бұрын
Did as you said, but still no chart showing up :( edit: I got it.. you gotta go to layout manager for the jpanel and set it to "BorderLayout"
@zFlexSW11 жыл бұрын
You may need to refresh the panel or frame. have to use a revalidate.
@flipflopsneeded11 жыл бұрын
PiePlot3D Pie < indicates variable not being used? I am trying this code into an applet and the pie chart is not showing up: any clues?
@zFlexSW11 жыл бұрын
Mark, do you have a panel within panel. Again, must times when chart doesn't showup, it is that you need to revalidate the panel. Also, make sure the variable names are correct!