[Bug 133103] Re: Java bug: getSystemLookAndFeelClassName() returns Metal, not GTK

2013-04-29 Thread David Nemeskey
It is still an issue in 12.04. The following program: import javax.swing.UIManager; public class Test { public static void main(String[] args) { System.out.println(System: + UIManager.getSystemLookAndFeelClassName()); System.out.println(CrossPlatform: +

[Bug 133103] Re: Java bug: getSystemLookAndFeelClassName() returns Metal, not GTK

2013-04-29 Thread Thomas Hotz
Ok, i mark this bug as confirmed. Maybe you could file this bug upstream in Java? ** Changed in: openjdk-6 (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 133103] Re: Java bug: getSystemLookAndFeelClassName() returns Metal, not GTK

2013-04-28 Thread Thomas Hotz
Hardy is EOL. Is this still an issue for you? Thank you for telling us! ** Changed in: openjdk-6 (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/133103 Title:

[Bug 133103] Re: Java bug: getSystemLookAndFeelClassName() returns Metal, not GTK

2013-01-24 Thread Uriel32
** Also affects: openjdk-6 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/133103 Title: Java bug: getSystemLookAndFeelClassName() returns Metal,

[Bug 133103] Re: Java bug: getSystemLookAndFeelClassName() returns Metal, not GTK

2008-05-10 Thread Richard Laager
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) {

[Bug 133103] Re: Java bug: getSystemLookAndFeelClassName() returns Metal, not GTK

2008-05-10 Thread David Nemeskey
The bug is definitely still NOT fixed in Kubuntu Hardy. I believe that it's working in Gnome, but not in KDE. The output of Richard's program is javax.swing.plaf.metal.MetalLookAndFeel under Kubuntu. I also find kind of strange that the bug has been fixed on the same day as it was confirmed by

[Bug 133103] Re: Java bug: getSystemLookAndFeelClassName() returns Metal, not GTK

2007-10-26 Thread David Nemeskey
No, it's still the same (under KDE). -- 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 the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 133103] Re: Java bug: getSystemLookAndFeelClassName() returns Metal, not GTK

2007-10-03 Thread Matthias Klose
please recheck with gutsy, this appears to be fixed at least with the Gnome desktop ** Changed in: sun-java6 (Ubuntu) Status: New = Fix Released -- Java bug: getSystemLookAndFeelClassName() returns Metal, not GTK https://bugs.launchpad.net/bugs/133103 You received this bug notification

[Bug 133103] Re: Java bug: getSystemLookAndFeelClassName() returns Metal, not GTK

2007-08-18 Thread David Nemeskey
** Summary changed: - Jaba bug: getSystemLookAndFeelClassName() returns Metal, not GTK + Java bug: getSystemLookAndFeelClassName() returns Metal, not GTK ** Tags added: java ** Description changed: Binary package hint: sun-java6-jdk When using the