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

Method setDivider

src/org/opensourcephysics/tools/Launcher.java:440–443  ·  view source on GitHub ↗

Sets the divider location. @param loc the divider location

(int loc)

Source from the content-addressed store, hash-verified

438 * @param loc the divider location
439 */
440 public void setDivider(int loc) {
441 divider = loc;
442 refreshGUI();
443 }
444
445 /**
446 * Reports visibility of the Launcher frame.

Callers

nothing calls this directly

Calls 1

refreshGUIMethod · 0.95

Tested by

no test coverage detected