major work on the Welcome screen (fixes #3911, #3912)

This commit is contained in:
Ben Fry
2018-03-18 16:31:48 -04:00
parent eea7fafe4a
commit e294030e47
5 changed files with 115 additions and 54 deletions

View File

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