Forum: Java Nov 24th, 2004 |
| Replies: 9 Views: 23,254 Yes, I know about the System.exit piece, but how do you disable the X button and provide an exit menu for exiting? |
Forum: Java Nov 24th, 2004 |
| Replies: 9 Views: 23,254 Is there a cleaner way to close out of a GUI window in Java then just clicing the X in the upper right hand corner? When I do this I get a NullPointerException error.
Is there a way to put an... |