Search:

Type: Posts; User: meni

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: When I add a 2nd panel the result is all white

    Thank you again! I got the problem solved and it looks like the diagram he wanted.
  2. [SOLVED] Re: When I add a 2nd panel the result is all white

    Yes, why is that? I am needing to put a pie chart on the second panel, or right side of the frame.
  3. [SOLVED] Re: When I add a 2nd panel the result is all white

    I get this in my console. So if I am reading it right. The uppper left corner of that panel is at x=574 and y=0?

    If that's the case, then I need to get past the x value on my fillArc method?
  4. [SOLVED] Re: When I add a 2nd panel the result is all white

    pnlChart is the variable for it. It has been declared and added to the frame in the main program.



    PRJ04 frmApp = new PRJ04();
    PanelChart pnlChart = new PanelChart();
    ...
  5. [SOLVED] Re: When I add a 2nd panel the result is all white

    I actually got the white problem fixed. It's not throwing the exception anymore. Now it is just not showing up the second panel on the frame. I've edited the program in my original post to show the...
  6. [SOLVED] When I add a 2nd panel the result is all white

    import javax.swing.*;
    import java.awt.*;

    public class PRJ04 extends JFrame
    {
    public static void main (String [] args)
    {
    PRJ04 frmApp = new PRJ04();
    PanelChart...
Results 1 to 6 of 6