Index: jbidwatcher/trunk/src/com/jbidwatcher/platform/Platform.java =================================================================== --- jbidwatcher/trunk/src/com/jbidwatcher/platform/Platform.java (revision 358) +++ jbidwatcher/trunk/src/com/jbidwatcher/platform/Platform.java (revision 593) @@ -43,7 +43,11 @@ return JConfig.getOS().equalsIgnoreCase("windows"); } - /** + public static boolean isVista() { + return System.getProperty("os.name").startsWith("Windows Vista"); + } + + /** * @brief Set up the Mac UI information, based on the configuration. */ public static void setupMacUI() {