-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
1.3.0
-
generic
-
generic
Name: krT82822 Date: 11/04/99
11/4/99 eval1127@eng -- It should be possible to show the optional bottom-corner-resize graphic/control (common in win32 environments) from a pure-Java program.
While the equivalent control/gadget is displayed by default in the Motif Look&Feel, it's not currently possible to display the win32 one even via an optional setting.
Had we not made the control available in the Motif environment, this request would be an RFE. As it is, it's really a bug, because the capability is implemented in
one underlying native environment but not another.
------------------
java version "1.2.2"
Java HotSpot(TM) Server VM (2.0beta, mixed mode, build G)
In win98, if there is a task bar and the window is resizable, you should get a
corner "grip" graphic to resize with. This isn't available in swing, and it's
difficult to do because it involves faking out drag/resizing.
No real repro case because this just isn't there. My position on these is that
they are bugs, although they tend to go in as feature requests, but not looking
100% native is a big issue and an error in reproducing the gui correctly.
(Review ID: 97478)
======================================================================