You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (result == javax.swing.JOptionPane.CANCEL_OPTION) {
26
+
System.exit(0);
27
+
}
28
+
JavaFxApplication.launchit(args);
29
+
}
30
+
} catch (ClassNotFoundExceptione) {
31
+
javax.swing.JOptionPane.showMessageDialog(null, "JavaFX is not installed. Either install Oracle Java or\nif you are using OpenJRE/OpenJDK, install openjfx.\nOn Linux, use sudo apt-get install openjfx", "Error", javax.swing.JOptionPane.ERROR_MESSAGE);
0 commit comments