Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.12 seconds.

  1. Re: Creating subsequent frames in java with Jframe

    That's fine. I'm still pretty sure you can do this with dialogs. But you could also just add the correct Listener- such as an ActionListener on a JButton, that sets the visibility of one JFrame to...
  2. Re: Creating subsequent frames in java with Jframe

    Sounds like a job for a dialog: How to Make Dialogs (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)

    But you're setting both JFrames to be visible, so that's exactly...
Results 1 to 2 of 2