Search:

Type: Posts; User: newbie

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,466

    [SOLVED] Re: Jframe Pop outs when clicking JButton

    For future reference, always have setVisible as the last command issued when dealing with frames.
  2. Replies
    7
    Views
    1,466

    [SOLVED] Re: Jframe Pop outs when clicking JButton

    If you want, you're only setting a JFrame object visible, so It can be a blank JFrame or your own subclass of it.
    Really isn't any different to how you will have used JFrame's in the past
  3. Replies
    7
    Views
    1,466

    [SOLVED] Re: Jframe Pop outs when clicking JButton

    If you plan on going back to the window you navigate from, setVisible(boolean b) to false, and in the actionPerformed, set the new JFrame visible.
    If you will don't plan on going back to the...
Results 1 to 3 of 3