Re: Trying to copy text from one JFrame to another JFrame
Cool, worked first time - again thanks!
I swear this is the last request on this thread lol. How do I invoke a 'System.exit(0)' when closing my main JFrame as the engine is still running in the background, i.e. I would like to change my 'setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);'
Re: Trying to copy text from one JFrame to another JFrame
Add a window listener. it has methods where you can put your System.exit() call.
Re: Trying to copy text from one JFrame to another JFrame
Ok Norm, thanks for all your help.
I can take it form here.
ATB