I was wondering how can i make my App close when i click a certain menuItem is there some type of metthod that i can call in order for it to close on click?
[163 byte] By [brianb7590a] at [2007-11-27 4:29:19]
i tried that method but it didnt do anything. i used this.dispose();on the class extending JFrame inside the action listener for that item and it didn't work...