MCPcopy Index your code
hub / github.com/benfry/processing4 / init

Method init

app/src/processing/app/ui/Recent.java:64–75  ·  view source on GitHub ↗
(Base b)

Source from the content-addressed store, hash-verified

62
63
64 static public void init(Base b) {
65 base = b;
66 file = Base.getSettingsFile(FILENAME);
67 mainMenu = new JMenu(Language.text("menu.file.recent"));
68 toolbarMenu = new JMenu(Language.text("menu.file.open"));
69
70 try {
71 load();
72 } catch (IOException e) {
73 e.printStackTrace();
74 }
75 }
76
77
78 static protected void load() throws IOException {

Callers 1

BaseMethod · 0.95

Calls 4

getSettingsFileMethod · 0.95
textMethod · 0.95
loadMethod · 0.95
printStackTraceMethod · 0.45

Tested by

no test coverage detected