I'd like to have ⌘ + W close a window/JFrame in a program I am writing in Clojure. How might this be accomplished? Pure Java solutions are also welcome.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
Here's one way:
Put that Probably better would be to use the Keybinding API to have the main panel in each
|
||||
|
|