MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getInstance

Method getInstance

src/main/java/core/packetproxy/gui/GUIMain.java:57–63  ·  view source on GitHub ↗
(String title)

Source from the content-addressed store, hash-verified

55 };
56
57 public static GUIMain getInstance(String title) throws Exception {
58 if (instance == null) {
59
60 instance = new GUIMain(title);
61 }
62 return instance;
63 }
64
65 public static GUIMain getInstance() throws Exception {
66 if (instance == null) {

Callers 8

startGUIMethod · 0.95
GUIDecoderDialogMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
serveMethod · 0.95
generateMethod · 0.95
generateMethod · 0.95
generateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected