study your error code:
>> "Exception occured during event dispatching:
>> java.lang.NullPointerException:
>> at Test.processAction (Test.java:876)
>> at Test.processEvent(button.java,compiled code);
and you tell us:
>> private void processAction()
>> {
>> scene.removeChild();
>> }
I so suppose line 876 is scene.removeChild();
you have a null exception there -> no need to be a genius:
scene is null when scene.removeChild() is called;
As to why, you are the programmer but the fact is you have no scene at this
stage in your app
Read your stack trace, everything is there, not like a coredump or a blue
screen of death...
Conclusion: let's read our exception before panicking...
Olivier Fillon Minestar Project
[EMAIL PROTECTED] Mincom Limited
Ph.+61-7-3303-3344 61 Wyandra Street
Fax+61-7-3303-3232 Teneriffe Qld. 4005.
Australia
Company home page: http://www.mincom.com/
Personal home page: http://www.powerup.com.au/~fillon
--- A word from our sponsor ---
This transmission is for the intended addressee only and is confidential
information. If you have received this transmission in error, please delete
it and notify the sender. The contents of this E-mail are the opinion of the
writer only and are not endorsed by Mincom Limited unless expressly stated
otherwise.
--
===========================================================================
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".