This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug SWING/16576] JLayeredPane's setLayer methods not working
- From: "kho at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jul 2004 20:29:29 -0000
- Subject: [Bug SWING/16576] JLayeredPane's setLayer methods not working
- References: <20040715202744.16576.kho@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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