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
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
SeuJFrame frame = new SeuJFrame(); frame.setVisible(true);
Gostei + 0
12/09/2012
Diogo Souza
jFrameAtual.dispose(); new NovoFrame().setVisible(true);
Gostei + 1
12/09/2012
Clenia Genimara
jFrameAtual.dispose(); new NovoFrame().setVisible(true);
Gostei + 0