-
Bug
-
Resolution: Fixed
-
P4
-
1.2.2
-
06
-
x86
-
linux, windows_nt
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2117707 | 1.4.0 | Hania Gajewska | P4 | Resolved | Fixed | beta |
A JInternalFrame can be sized off of the desktop in which it resides. This is a
problem because the title bar of the JInternalFrame can disappear off the top of
the desktop, and there is no way to resize the window or bring it back onto the
desktop.
In the attached sample program, grab the top border (not the title bar) of the
JInternalFrame and then pull it way up (higher than the top of the external frame), and then mouse up. The JInternalFrame is "stuck" with the title off of
the desktop. (Same behavior for Windows or Metal look and feel.)
problem because the title bar of the JInternalFrame can disappear off the top of
the desktop, and there is no way to resize the window or bring it back onto the
desktop.
In the attached sample program, grab the top border (not the title bar) of the
JInternalFrame and then pull it way up (higher than the top of the external frame), and then mouse up. The JInternalFrame is "stuck" with the title off of
the desktop. (Same behavior for Windows or Metal look and feel.)
- backported by
-
JDK-2117707 JInternalFrames can be sized off of the desktop
- Resolved
- duplicates
-
JDK-4308820 JInternalFrame can incorrectly exceed its desktop panel's bounds
- Closed
-
JDK-4386547 SHADOW BUG : JInternalFrames can be sized off of the desktop
- Closed
- relates to
-
JDK-4165764 JInternalFrames can be sized off of the desktop
- Closed