Results 1 to 5 of 5
- 10-05-2011, 11:11 AM #1
Member
- Join Date
- Oct 2011
- Posts
- 3
- Rep Power
- 0
- 10-06-2011, 03:04 AM #2
Senior Member
- Join Date
- Apr 2010
- Location
- Philippines
- Posts
- 580
- Rep Power
- 4
Re: How to catch the "minimize" event from JInternalFrame?
"ICONIFIED" in InternalFrameListener is the equivalent of "MINIMIZE" in windowListeners
- 10-06-2011, 09:43 AM #3
Member
- Join Date
- Oct 2011
- Posts
- 3
- Rep Power
- 0
Re: How to catch the "minimize" event from JInternalFrame?
I am interested in an event which appears when I restore the JInternalFrame from maximal (setMaximum(true)) state to norm
al state (the frame takes default size)
- 10-06-2011, 10:29 PM #4
Re: How to catch the "minimize" event from JInternalFrame?
A PropertyChangeListener for the IS_MAXIMUM_PROPERTY should do it.
db
- 10-07-2011, 08:33 AM #5
Member
- Join Date
- Oct 2011
- Posts
- 3
- Rep Power
- 0
Similar Threads
-
connection = DriverManager.getConnection(DATABASE_URL,'"+userid +"','"+password+"');
By renu in forum New To JavaReplies: 3Last Post: 10-12-2010, 04:21 PM -
X & Y of the following event "Mouse clicked"
By jack DANIEL's in forum Advanced JavaReplies: 2Last Post: 10-12-2010, 03:15 PM -
"First Launch" Event?
By yoodidoo in forum New To JavaReplies: 2Last Post: 08-15-2009, 11:03 PM -
MoneyOut.println("It took you (whats wrong?>",year,"<WW?) years to repay the loan")
By soc86 in forum New To JavaReplies: 2Last Post: 01-24-2009, 06:56 PM -
the dollar sign "$", prints like any other normal char in java like "a" or "*" ?
By lse123 in forum New To JavaReplies: 1Last Post: 10-20-2008, 07:35 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks