mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
Initial layout
This commit is contained in:
@@ -288,13 +288,7 @@ public class JavaEditor extends Editor {
|
||||
|
||||
item = new JMenuItem(Language.text("menu.help.welcome"));
|
||||
item.addActionListener(e -> {
|
||||
try {
|
||||
new Welcome(base);
|
||||
} catch (IOException ioe) {
|
||||
Messages.showWarning("Unwelcome Error",
|
||||
"Please report this error to\n" +
|
||||
"https://github.com/processing/processing4/issues", ioe);
|
||||
}
|
||||
PDEWelcomeKt.showWelcomeScreen();
|
||||
});
|
||||
menu.add(item);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user