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

Method getInstance

src/main/java/core/packetproxy/gui/GUILog.java:36–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 private static GUILog instance;
35 private Object thread_lock;
36 public static GUILog getInstance() {
37 if (instance == null) {
38
39 instance = new GUILog();
40 }
41 return instance;
42 }
43
44 public GUILog() {
45 text = new JTextPane();

Callers 3

GUIMainMethod · 0.95
LoggingClass · 0.95
createPanelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected