NoRulesJustFeels / Fling

Fling media to a ChromeCast device
351 stars 53 forks source link

Added code to have Fling try to match the System Look and Feel. #6

Closed jwill closed 11 years ago

jwill commented 11 years ago

On non-Mac platforms, unless the user has a system-wide default LookAndFeel set, Fling uses the Java default (Metal) which is very old looking.

The added code sets the UI to the LAF matching the System OS, one mirroring GTK for Gnome, one resembling Windows, and leaves it the same for Apple.

Below shows the default on non-Apple platforms and a localized version after adding the code to select the LAF.

Before - with Metal LAF After - on a Linux machine running Gnome

NoRulesJustFeels commented 11 years ago

Thanks