MCPcopy Create free account
hub / github.com/rambaut/figtree / errorMsg

Method errorMsg

src/figtree/ui/components/WholeNumberField.java:89–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 protected void errorMsg() {
90 JOptionPane.showMessageDialog(this,
91 "Illegal entry\nValue must be between " + min + " and " +
92 max + " inclusive", "Error", JOptionPane.ERROR_MESSAGE);
93 }
94
95 public void setValue(int value) {
96 if (range_check) {

Callers 2

focusLostMethod · 0.95
setValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected