Z-order is not clear. Some strange effects happen when some customizers overlap. Especially with JXIconCustomizers and ShapeIcons.
Logged In: YES user_id=329344 Originator: YES
With jdk v1.5 there is a new method setComponentZOrder, which could it make easy to fix this bug, once the library is migrated to jdk v1.5: http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Container.html#setComponentZOrder\(java.awt.Component,%20int)
Log in to post a comment.
Logged In: YES
user_id=329344
Originator: YES
With jdk v1.5 there is a new method setComponentZOrder, which could it make easy to fix this bug, once the library is migrated to jdk v1.5:
http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Container.html#setComponentZOrder\(java.awt.Component,%20int)