We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eaec241 + a257160 commit 9bcfc46Copy full SHA for 9bcfc46
jme3-desktop/src/main/java/com/jme3/app/SettingsDialog.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2009-2021 jMonkeyEngine
+ * Copyright (c) 2009-2022 jMonkeyEngine
3
* All rights reserved.
4
*
5
* Redistribution and use in source and binary forms, with or without
@@ -297,12 +297,6 @@ private void createUI() {
297
GridBagConstraints gbc;
298
299
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
- }
306
307
addWindowListener(new WindowAdapter() {
308
0 commit comments