This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug SWING/16576] JLayeredPane's setLayer methods not working


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]