MCPcopy Create free account
hub / github.com/GateNLP/gate-core / showDialog

Method showDialog

src/main/java/gate/gui/OptionsDialog.java:351–361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

349 }
350
351 public void showDialog(){
352 initLocalData();
353 initGuiComponents();
354 initListeners();
355 textBtn.doClick();
356
357 pack();
358 setLocationRelativeTo(getOwner());
359 setVisible(true);
360 selectedFontBtn = null;
361 }
362
363 public static void main(String args[]){
364 try{

Callers 5

actionPerformedMethod · 0.95
actionPerformedMethod · 0.45
invokeMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45

Calls 6

initLocalDataMethod · 0.95
initGuiComponentsMethod · 0.95
initListenersMethod · 0.95
getOwnerMethod · 0.65
packMethod · 0.45
setVisibleMethod · 0.45

Tested by

no test coverage detected