Duplicate :
|
Name: yyT116575 Date: 03/12/2001 java version "1.3.1-beta" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-beta-b15) Java HotSpot(TM) Client VM (build 1.3.1beta-b15, mixed mode) With latest jdk1.3 and jdk1.3.1 beta-b15 promoted build, the SwingSet2 demo shows the floating toolbar will always be overlapped by main window if focus moved from toolbar to main window. I suppose it is bug. Look at the implementation of floating toolbars in MS Office - floating toolbars are always on top (over the main window). To reproduce the problem, (on win32), goto /jdk1.3/demo/jfc/SwingSet2, run command ../../../bin/java -jar SwingSet2.jar Maximize main window. Then drap away the toolbar, after it is floating, click to any area in main window. Toolbar will disappears under the main window. But it must be over it! (See Comments for more details) (Review ID: 118574) ======================================================================