> how can i close a jform extension of javax.swing.jframe
> dispose method is deprecated in java 1.5
Didn't find that java.awt.Window its dispose() method deprecated in 1.5
"dispose()" doesn't close anything - it:
* Releases all of the native screen resources used by this
* <code>Window</code>, its subcomponents, and all of its owned
* children. That is, the resources for these <code>Component</code>s
* will be destroyed, any memory they consume will be returned to the
* OS, and they will be marked as undisplayable.
Read:
http://mindprod.com/jgloss/jframe.html
http://mindprod.com/jgloss/close.html
> and about jfilechooser
> where can i find some code to manage open and cancel buttoms events?
> thanks
>
> Mark