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

Method run

src/main/java/gate/gui/MainFrame.java:5296–5299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5294 // add the label in the panel
5295 SwingUtilities.invokeLater(new Runnable() {
5296 @Override
5297 public void run() {
5298 targetPanel.add(imageLabel);
5299 }
5300 });
5301 // wake the dormant thread
5302 synchronized(this) {

Callers

nothing calls this directly

Calls 5

invalidateMethod · 0.80
addMethod · 0.65
getParentMethod · 0.65
removeAllMethod · 0.45
repaintMethod · 0.45

Tested by

no test coverage detected