Fórum Como abrir outro JFrame ao clicar em um JButton? [Resolvido] #564768
09/04/2009
0

Bruno Sargi
Curtir tópico
+ 0Post mais votado
09/04/2009
1 2 3 | SeuJFrame frame = new SeuJFrame(); frame.setVisible(true); |
Bruno Sargi

Gostei + 2
Mais Posts
09/04/2009
Bruno Sargi
Gostei + 1
09/04/2009
Bruno Sargi
Gostei + 0
11/09/2012
Clenia Genimara
1 2 3 | SeuJFrame frame = new SeuJFrame(); frame.setVisible(true); |
Gostei + 0
12/09/2012
Diogo Souza
1 2 | jFrameAtual.dispose(); new NovoFrame().setVisible(true); |
Gostei + 1
12/09/2012
Clenia Genimara
1 2 | jFrameAtual.dispose(); new NovoFrame().setVisible(true); |
Gostei + 0