Package org.kopi.vkopi.lib.ui.swing.base
Class KnownBugs
- java.lang.Object
-
- org.kopi.vkopi.lib.ui.swing.base.KnownBugs
-
public class KnownBugs extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static booleanpaintIconFailure2003.08.14; jdk 1.4.1; Wischeffekt, Speicherverbrauch save that a failure with paintIcon happendstatic java.lang.StringpaintIconReload2003.09.23; jdk 1.4.1; Wischeffekt, Speicherverbrauch save that an Icon was not correctly loaded
-
Constructor Summary
Constructors Constructor Description KnownBugs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidloadImage(javax.swing.Icon icon)2003.09.23; jdk 1.4.1; Wischeffekt, Speicherverbrauch save that a failure with paintIcon happend
-
-
-
Field Detail
-
paintIconFailure
public static boolean paintIconFailure
2003.08.14; jdk 1.4.1; Wischeffekt, Speicherverbrauch save that a failure with paintIcon happend
-
paintIconReload
public static java.lang.String paintIconReload
2003.09.23; jdk 1.4.1; Wischeffekt, Speicherverbrauch save that an Icon was not correctly loaded
-
-