mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-01 11:04:41 +01:00
Don't ignore exceptions
This commit is contained in:
parent
95e35d95ac
commit
73314be1bb
|
|
@ -51,6 +51,7 @@ abstract class J2SESysImplementation extends DefaultSysImplementation {
|
|||
try {
|
||||
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
|
||||
} catch(Exception e) {
|
||||
LWJGLUtil.log("Caught exception while setting LAF: " + e);
|
||||
}
|
||||
JOptionPane.showMessageDialog(null, message, title, JOptionPane.WARNING_MESSAGE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue