|
-
July 26th, 2011, 04:09 PM
#16
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);'
-
July 26th, 2011, 04:14 PM
#17
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.
Norm
-
July 26th, 2011, 04:24 PM
#18
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|