MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / spawnStartMenu

Method spawnStartMenu

src/main/java/exitcode/Apps.java:285–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283 }
284
285 public static void spawnStartMenu() {
286 if (!(Desktop.startMenu == null)) {
287 if (!Desktop.startMenuIsOpen) {
288 Desktop.startMenu.run();
289 Desktop.startMenuIsOpen = true;
290 }
291 }
292 }
293
294 public static void closeStartMenu() {
295 if (!(Desktop.startMenuClose == null)) {

Callers 1

startMethod · 0.95

Calls 1

runMethod · 0.45

Tested by

no test coverage detected