Re: Close a window



On 25 Nov 2005 06:34:59 -0800, "Regina" <reginacarmela@xxxxxxxxx>
wrote, quoted or indirectly quoted someone who said :

>How can I close a window using a JButton?
In the button's ActionListerner, you call the Window/Frame's
setVisible(false) or dispose method. Dispose is for when you don't
plan to open in again soon.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.