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

Method setBorder

src/org/opensourcephysics/tools/DataTool.java:3562–3567  ·  view source on GitHub ↗
(Border b)

Source from the content-addressed store, hash-verified

3560 }
3561
3562 @Override
3563 public void setBorder(Border b) {
3564 if (allowBorder || b instanceof EmptyBorder)
3565 super.setBorder(b);
3566 // don't do this - color button will not be painted
3567 }
3568 };
3569 return button;
3570 }

Callers 15

IsingTempControlMethod · 0.80
IsingControlMethod · 0.80
JMultiLineToolTipMethod · 0.80
createGUIMethod · 0.80
DropdownRendererMethod · 0.80
getStyleDialogMethod · 0.80
confirmOverwriteMethod · 0.80
refreshGUIMethod · 0.80
createGUIMethod · 0.80
getPreferredSizeMethod · 0.80

Calls

no outgoing calls

Tested by 2

LoaderTestMethod · 0.64
EJSSliderTestMethod · 0.64