Skip to content

Commit 9bcfc46

Browse files
authored
Merge pull request #1827 from JMonkey-Archive/settings-laf-fix
SettingsDialog: LAF fix
2 parents eaec241 + a257160 commit 9bcfc46

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

jme3-desktop/src/main/java/com/jme3/app/SettingsDialog.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009-2021 jMonkeyEngine
2+
* Copyright (c) 2009-2022 jMonkeyEngine
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -297,12 +297,6 @@ private void createUI() {
297297
GridBagConstraints gbc;
298298

299299
JPanel mainPanel = new JPanel(new GridBagLayout());
300-
301-
try {
302-
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
303-
} catch (Exception e) {
304-
logger.warning("Could not set native look and feel.");
305-
}
306300

307301
addWindowListener(new WindowAdapter() {
308302

0 commit comments

Comments
 (0)