[Bug 729] GTKLookAndFeel should be the system look&feel on all GNU/Linux desktops

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Jun 19 13:38:06 UTC 2014


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=729

--- Comment #21 from Mario Torre <neugens at redhat.com> ---
(In reply to Mario Torre from comment #20)

> Perhaps we may add a property, "system.default.laf" or such and make
> swing.properties to be read by the LAF manager to return a different default
> than metal, so the default would be backward compatible but users could
> enable a system wide laf if they want to.

Which is already there, btw, swing.systemlaf:

public static String getSystemLookAndFeelClassName() {
    String systemLAF = AccessController.doPrivileged(
                         new GetPropertyAction("swing.systemlaf"));
    if (systemLAF != null) {
        return systemLAF;
    }
...

So, as a user, one can easily set this property to what's most appropriate.

Cheers,
Mario

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140619/e3cf8510/attachment.html>


More information about the distro-pkg-dev mailing list