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

Method pack

src/main/java/gate/gui/AnnotationDiffGUI.java:1114–1119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1112 }
1113
1114 @Override
1115 public void pack(){
1116 super.pack();
1117 // add some vertical space for the table
1118 setSize(getWidth(), getHeight() + 300);
1119 }
1120
1121 protected void populateGUI(){
1122 try{

Callers 15

actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
showDialogMethod · 0.45
componentResizedMethod · 0.45
mainMethod · 0.45
showDialogMethod · 0.45
WaitDialogMethod · 0.45
showDialogMethod · 0.45
runMethod · 0.45
initGuiComponentsMethod · 0.45
showDialogMethod · 0.45
actionPerformedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected