|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.util.JavaVersionWorkaround
public class JavaVersionWorkaround
Utility class providing help for bugs or specialities present in some versions of the JRE.
Constructor Summary | |
---|---|
JavaVersionWorkaround()
|
Method Summary | |
---|---|
static void |
markAsGlassPane(java.awt.Component component)
This method is necessary since 1.6.14, it marks a component as transparent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaVersionWorkaround()
Method Detail |
---|
public static void markAsGlassPane(java.awt.Component component)
component
are not visible.
component
- the component to mark completely transparent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |