Frame.ICONIFIED not working
in
Programming Questions
•
1 year ago
This is likely a mac thing, but I'm running OSX 10.7.2 and this sketch will only minimize once (by clicking the sketch). A restore, click does nothing. Java, Mac, Processing? Weird
- void draw() {
- }
- void mousePressed()
- {
- frame.setState(Frame.ICONIFIED);
- }
1