Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    1,521

    Re: Mutiple JFrames Problems

    As the state of your program changes, you should be able to change the components by removing them and adding others.
  2. Replies
    8
    Views
    1,521

    Re: Mutiple JFrames Problems

    Do you mean you want to remove the currently displayed components in the window and replace them with a new set?
  3. Replies
    8
    Views
    1,521

    Re: Mutiple JFrames Problems

    What are the "effects" you are looking for with only one window?
  4. Replies
    8
    Views
    1,521

    Re: Mutiple JFrames Problems

    Do you want to have two windows?
    If you create a class that extends JFrame and that class adds some components and calls setVisible you will have a window displayed.

    If the second class extends...
Results 1 to 4 of 4