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

Method lockDim

src/test/Test_Video.java:488–492  ·  view source on GitHub ↗
(JComponent c, Dimension dim)

Source from the content-addressed store, hash-verified

486 }
487
488 private void lockDim(JComponent c, Dimension dim) {
489 c.setPreferredSize(dim);
490 c.setMinimumSize(dim);
491 c.setMaximumSize(dim);
492 }
493
494 private JPanel getControls() {
495

Callers 1

getLayerPaneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected