Currently in the AWT, z-ordering (the stacking order for components within
a common container) is not specified. As a result, it behaves inconsistently
across platforms and various implementations of the platforms (different in
Netscape and IE, for example).
Additionally, when a component is inserted with add(c, int index), it should
be sure to insert the new component in the proper place in the z-order.
a common container) is not specified. As a result, it behaves inconsistently
across platforms and various implementations of the platforms (different in
Netscape and IE, for example).
Additionally, when a component is inserted with add(c, int index), it should
be sure to insert the new component in the proper place in the z-order.
- duplicates
-
JDK-1230405 Win32/Solaris: AbsoluteLayout causes layout problems when displaying 2 panels.
-
- Closed
-
-
JDK-4023336 jdk 1.0.2 , view ordering of components not consistent across platforms
-
- Closed
-