mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Changed LNF to more modern Nimbus.
This commit is contained in:
parent
bf60d35258
commit
02b82c1a86
@ -121,7 +121,7 @@ public class Installer extends ModuleInstall {
|
|||||||
|
|
||||||
//use Metal if available
|
//use Metal if available
|
||||||
for (LookAndFeelInfo info : UIManager.getInstalledLookAndFeels()) {
|
for (LookAndFeelInfo info : UIManager.getInstalledLookAndFeels()) {
|
||||||
if ("Metal".equals(info.getName())) {
|
if ("Nimbus".equals(info.getName())) {
|
||||||
try {
|
try {
|
||||||
UIManager.setLookAndFeel(info.getClassName());
|
UIManager.setLookAndFeel(info.getClassName());
|
||||||
} catch (ClassNotFoundException | InstantiationException |
|
} catch (ClassNotFoundException | InstantiationException |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user