IR> I have nowhere found the answer to this question. I try to compose it
IR> very simple: What have I to do, if I want my application not to abort, when
IR> I close my MainFrame Frame?
Do not use MainFrame. Write your own class and handle WindowClosing
event.
vladimir
-=V=-
>-------<=============>-------<
Join in Java community now!
http://JavaCafe.VirtualAve.net/
>-------<=============>-------<
In your previous letter u wrote:
--------------------------------
IR> Hello !
IR> I have nowhere found the answer to this question. I try to compose it
IR> very simple: What have I to do, if I want my application not to abort, when
IR> I close my MainFrame Frame?
IR> ( Ok, a bit stepping further, I tried to define a new class :
IR> class myFr extends MainFrame {...}, but I get the following error
IR> message : "constructor MainFrame() not found in class com.sun.j3d. ..." .
IR> Of course, the MainFrame class doesn't have such a constructor, only constructors
IR> with more parameters. But what is this error message ? )
IR> Any help would be appreciated !
IR> Thank you in advance !
IR> ===========================================================================
IR> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
IR> of the message "signoff JAVA3D-INTEREST". For general help, send email to
IR> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".