Initial layout

This commit is contained in:
Stef Tervelde
2025-10-27 08:39:10 +01:00
parent 40a1188b1c
commit 2fc56820fa
5 changed files with 250 additions and 56 deletions

View File

@@ -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);