MCPcopy Create free account
hub / github.com/boazy/TWEditorEnhanced / showDialog

Method showDialog

src/main/java/ExamineDialog.java:121–127  ·  view source on GitHub ↗
(JFrame parent, String label, String description)

Source from the content-addressed store, hash-verified

119 }
120
121 public static void showDialog(JFrame parent, String label, String description)
122 {
123 ExamineDialog dialog = new ExamineDialog(parent, label, description);
124 dialog.pack();
125 dialog.setLocationRelativeTo(parent);
126 dialog.setVisible(true);
127 }
128}
129

Callers 3

examineQuestMethod · 0.95
examineItemMethod · 0.95
examineItemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected