netbeans编写GUI多个窗口之间的跳转
netbeans吧
全部回复
仅看楼主
level 1
000aspirin 楼主
一共有三个页面,从第一个跳到第二个或者第三个之后,想用“返回”按钮回到第一个,应该怎么输动作?
2011年12月18日 11点12分 1
level 1
000aspirin 楼主
我是菜鸟,大神们帮帮我,感激不尽。。
2011年12月18日 11点12分 2
level 1
貌似ctrl+tab
2012年02月27日 07点02分 3
level 1
at your return button, you can write :
jButton1.setVisible(true);
this.setVisible(false);
that's all.
2013年05月28日 08点05分 4
1