adding the Swing-based Welcome dialog from @whetfire (#5210)

This commit is contained in:
Ben Fry
2018-03-18 08:34:11 -04:00
parent 1fc6b15580
commit 24c1266e5b
2 changed files with 409 additions and 1 deletions

View File

@@ -264,7 +264,7 @@ public class JavaEditor extends Editor {
item.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
try {
new Welcome(base, Preferences.getSketchbookPath().equals(Preferences.getOldSketchbookPath()));
new Welcome2(base, Preferences.getSketchbookPath().equals(Preferences.getOldSketchbookPath()));
} catch (IOException ioe) {
Messages.showWarning("Unwelcome Error",
"Please report this error to\n" +