-
Bug
-
Resolution: Fixed
-
P4
-
1.2.0, 1.3.1_02
-
04
-
x86, sparc
-
solaris_8, windows_nt, windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2020429 | 1.4.0 | Jeff Dinkins | P4 | Resolved | Fixed | beta |
Name: rk38400 Date: 05/04/98
This can be done from the SwingSet example. In the
ButtonPanel. For the either of the buttons that have
rollover enabled. Add a actionhandler that brings up
a dialog. When the button is clicked the dialog comes
up and the button icon is the one specified for the
rolledover state. Exit the dialog MAKING SURE THE MOUSE
IS NOT in the ButtonPanel area. The button acts as if
the mouse is still rolled over it. The tip text even
appears. Move the mouse into the ButtonPanel area.
The button now is reset. It seems as if the button
does not get reset after pressing it.
(Review ID: 29647)
======================================================================
- backported by
-
JDK-2020429 JButton remains rolledover
- Resolved
- duplicates
-
JDK-4650504 Mouse exit Event does not get fired for JButton when frames moves but notmove
- Closed