mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
cleanup and working on "save changes before close" blocking
This commit is contained in:
@@ -274,13 +274,13 @@ public class PdeBase extends Frame
|
||||
"Please download QuickTime from Apple at:\n" +
|
||||
"http://www.apple.com/quicktime/download\n" +
|
||||
"and use the 'Custom' install to make sure\n" +
|
||||
"that QuickTime for Java is included." +
|
||||
"that QuickTime for Java is included.\n" +
|
||||
"If it's already installed, try reinstalling.";
|
||||
|
||||
JOptionPane.showMessageDialog(this, message,
|
||||
"Could not find QuickTime for Java",
|
||||
JOptionPane.WARNING_MESSAGE);
|
||||
System.exit(1);
|
||||
System.exit(1); // can't run without quicktime
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user