[Bug SWING/16576] JLayeredPane's setLayer methods not working
kho at redhat dot com
gcc-bugzilla@gcc.gnu.org
Thu Jul 15 20:29:00 GMT 2004
------- Additional Comments From kho at redhat dot com 2004-07-15 20:29 -------
Hm. There seems to be more problems with JLayeredPane.
Try changing the setLayer call to :
frame.getLayeredPane().setLayer(b, JLayeredPane.MODAL_LAYER.intValue());
This still doesn't work as expected (it doesn't bring the smaller button in
front of the larger button).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16576
More information about the Gcc-bugs
mailing list