This seems to work for me in Hardy in GNOME.
Here's a test program (save as HelloWorldApp.java, run "javac
HelloWorldApp.java", then run "java HelloWorldApp"):
import javax.swing.UIManager;
class HelloWorldApp {
public static void main(String[] args) {
System.out.println(UIManager.getSystemLookAndFeelClassName());
}
}
--
Java bug: getSystemLookAndFeelClassName() returns Metal, not GTK
https://bugs.launchpad.net/bugs/133103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs