mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07: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
|
||||
for (LookAndFeelInfo info : UIManager.getInstalledLookAndFeels()) {
|
||||
if ("Metal".equals(info.getName())) {
|
||||
if ("Nimbus".equals(info.getName())) {
|
||||
try {
|
||||
UIManager.setLookAndFeel(info.getClassName());
|
||||
} catch (ClassNotFoundException | InstantiationException |
|
||||
|
Loading…
x
Reference in New Issue
Block a user