Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,248

    [SOLVED] Re: Problem with a simple drawing program

    Yes, presuming you do not wish to redesign as I recommended above.
  2. Replies
    6
    Views
    1,248

    [SOLVED] Re: Problem with a simple drawing program

    I would recommend expanding your resources beyond just your book. In fact, the java API should be at the top of your list to become familiar with. The JFrame class has a method named validate (it is...
  3. Replies
    6
    Views
    1,248

    [SOLVED] Re: Problem with a simple drawing program

    You are attempting to add components to a container after it has been realized (in this case, after the JFrame is visible). Either add it before, or call revalidate on the JPanel or validate on the...
Results 1 to 3 of 3