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

Method run

src/org/opensourcephysics/controls/XMLTable.java:175–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 // resize row heights after revalidation
174 Runnable runner = new Runnable() {
175 @Override
176 public void run() {
177 if(getTableHeader().getHeight()>0) { // changed by W. Christian
178 setRowHeight(getTableHeader().getHeight());
179 }
180 }
181
182 };
183 SwingUtilities.invokeLater(runner);

Callers

nothing calls this directly

Calls 2

setRowHeightMethod · 0.80
getHeightMethod · 0.65

Tested by

no test coverage detected