Search:

Type: Posts; User: JohnRawson

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,077

    [SOLVED] Re: Graphics2D Exception

    Herewith relevant code.


    class Jexp3 extends JPanel implements MouseListener
    {
    int mouseX, mouseY;
    int width, height;
    Graphics2D graphics;
    Color color;
    public Jexp3()
  2. Replies
    5
    Views
    1,077

    [SOLVED] Graphics2D Exception

    Graphics2D graphics;

    graphics.fillOval(x1,y1,x2,y2);



    The .java program compiles with no errors.
    However. when I try to run it I get a long list of exceptions when it comes to the above...
Results 1 to 2 of 2