|
From: | abalkiss at redhat dot com |
Subject: | [Bug swing/23920] setting the layeredPane in a RootPaneContainer causes weird behaviour |
Date: | 19 Sep 2005 18:50:00 -0000 |
------- Additional Comments From abalkiss at redhat dot com 2005-09-19 18:49 ------- Simpler testcase shows that this is strictly a problem with JLayeredPane(). import javax.swing.*; public class TestCase2 { public static void main(String[] args) { JLayeredPane jl = new JLayeredPane(); if (jl.getLayout() == null) System.out.println ("LAYERED PANE LAYOUT IS NULL"); else System.out.println ("Layered pane layout: "+jl.getLayout().getClass().getName()); } } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23920
[Prev in Thread] | Current Thread | [Next in Thread] |