你可以按钮上添加事件把窗口2设置为隐藏。
jButton1.setText("ok");
jButton1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent e) {
jFrame1.setVisible(false);
}
});
另外 按钮退出拍肢猜的命令是在袭型按钮的事件中写饥掘
System.exit(0);
jButton.addActionListener(new java.awt.event.ActionListener() {
/磨樱空/这颂配里监听器应该怎么写?
public void actionPerformed(java.awt.event.ActionEvent e) {
System.out.println("actionPerformed()"瞎瞎); // TODO Auto-generated
this.dispose();
}
});
具体自己去查看API,调用JFrame对象的close()方法。
PlatformUI.getWorkbench().getActiveWorkbenchWindow().close();
放到你态前棚按钮点帆则击事件里就型悔告了
JFrame 有个方法setDefaultCloseOperation(int operation);
其禅轿中operation有以液慧下闹袭答几种
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
你可以xx x= new xx();
x.setDefaultCloseOperation(JFrame.HIDE_ON_CLOSE);