JDK-4778498 : using UIManager.getInstalledLookAndFeels() can not get GTK Look & Feel
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.2
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2002-11-13
  • Updated: 2003-05-13
  • Resolved: 2003-05-01
Related Reports
Duplicate :  
Description
using UIManager.getInstalledLookAndFeels(), GTK Look & Feel is not in the returned list.

Comments
WORK AROUND Use the following to set Look and Feel explicitly. UIManager.setLookAndFeel("com.sun.java.swing.plaf.gtk.GTKLookAndFeel");
11-06-2004

EVALUATION This is complicated by the fact that in mantis GTKLookAndFeel does not ship with the WIndows JRE, in tiger this won't be an issue and this will be an easy fix. Committing to tiger. ###@###.### 2002-11-13 This has been fixed as part of 4632193. ###@###.### 2003-05-01
13-11-2002