MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / run

Method run

src/test/BandedSampleTest.java:27–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 drawingFrame.setVisible(true);
26 new Thread(new Runnable() {
27 @Override
28 public void run() {
29 initCarpet();
30 plottingPanel.repaint();
31 }
32 }).start();
33 }
34

Callers

nothing calls this directly

Calls 2

initCarpetMethod · 0.95
repaintMethod · 0.65

Tested by

no test coverage detected