mirror of
https://github.com/processing/processing4.git
synced 2026-04-01 01:59:47 +02:00
adding the Swing-based Welcome dialog from @whetfire (#5210)
This commit is contained in:
@@ -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" +
|
||||
|
||||
Reference in New Issue
Block a user