src/solaris/classes/sun/awt/windows/ThemeReader.java

Print this page

        

*** 43,52 **** --- 43,56 ---- public static boolean isThemed() { return false; } + public static boolean isXPStyleEnabled() { + return false; + } + public static void paintBackground(int[] buffer, String widget, int part, int state, int x, int y, int w, int h, int stride) { } public static Insets getThemeMargins(String widget, int part, int state, int marginType) {