Search:

Type: Posts; User: javapenguin

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    2,061

    Re: OOP graphics program

    I can't get it to draw anything.


    import javax.swing.JFrame;

    import java.awt.*;

    class SnowPerson extends JFrame
    {
    int xCoor;
  2. Replies
    2
    Views
    2,061

    Re: OOP graphics program

    What seems to be the problem?

    Where are you drawing this at?

    You don't have a Window and you don't extend one either.
Results 1 to 2 of 2