Results 1 to 3 of 3
Thread: JFrame state
- 01-24-2010, 09:40 PM #1
Member
- Join Date
- Jul 2009
- Posts
- 56
- Rep Power
- 0
JFrame state
I am using a swing Timer for this actionlistener. I want it to bring the window up everytime the action happens. As of now, it does if I click the minimize button. But if I just click to a different window to minimize it, it does not. Is there a way to make the frame pop-up everytime?Java Code:public void actionPerformed(ActionEvent e) { frame.setState(Frame.NORMAL);
- 01-24-2010, 10:37 PM #2
is this for a JFrame?
- 01-24-2010, 11:03 PM #3
Member
- Join Date
- Jul 2009
- Posts
- 56
- Rep Power
- 0
Similar Threads
-
Check a key's state
By CodesAway in forum Advanced JavaReplies: 0Last Post: 11-26-2009, 06:09 PM -
Save Scene State
By quddusaliquddus in forum Advanced JavaReplies: 1Last Post: 09-21-2009, 04:08 PM -
Invalid Cursor State, what it is and how to avoid it
By tim in forum JDBCReplies: 0Last Post: 07-02-2009, 10:42 AM -
Time constraints on object state
By Flipke in forum New To JavaReplies: 4Last Post: 04-11-2009, 06:12 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks