Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,182

    Re: Best way to work with internal frames.

    Why does your MainFrame extend JFrame but doesn't use any JFrame method? If you want your MainFrame class to behave like a JFrame, your first call in your constructor should be to a super...
  2. Replies
    4
    Views
    1,182

    Re: Best way to work with internal frames.

    Ok, well my first question would be: are you sure you mean internal frames and not panels?

    As far as the interaction back and forth goes, I've handled this approach in the past by creating...
Results 1 to 2 of 2