MCPcopy Index your code
hub / github.com/processing/processing / init

Method init

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

Source from the content-addressed store, hash-verified

64
65
66 static public void init(Base b) {
67 base = b;
68 file = Base.getSettingsFile(FILENAME);
69 mainMenu = new JMenu(Language.text("menu.file.recent"));
70 toolbarMenu = new JMenu(Language.text("menu.file.open"));
71
72 try {
73 load();
74 } catch (IOException e) {
75 e.printStackTrace();
76 }
77 }
78
79
80 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