Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Replies
    79
    Views
    4,812

    Re: Multiple instances of a class

    Better explanation. I stand by my previous comments. Use a modal JDialog instead of a JFrame to collect and return data from the user before continuing.
  2. Replies
    79
    Views
    4,812

    Re: Multiple instances of a class

    User interfaces that are children of a main JFrame interface are not typically also JFrames. This is because the modality of JFrames cannot be changed from modeless. However, you can do everything...
  3. Replies
    79
    Views
    4,812

    Re: Multiple instances of a class

    You might also consider using CardLayout to change the user interface rather than adding and removing components to a single container. It's much simpler, cleaner, and will result in fewer...
Results 1 to 3 of 3