Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    6
    Views
    1,795

    Re: String won't display in my window

    Please explain what you are trying to do. Neither of your classes extend any GUI classes.
    If you want to make drawings you are going to need some GUI.
    If you don't understand how to create a GUI...
  2. Replies
    6
    Views
    1,795

    Re: String won't display in my window

    Add a println next to the drawString method call to verify that the paint method is being called.


    Where do you call the paint() method with the drawString?
    If you think you are overriding a...
Results 1 to 2 of 2