Create a LimitControlPanel containing input boxes labeled "xmin", "xmax",
"ymin", "ymax" and whatever buttons are in the set specified by the first
parameter.
Create a LimitControlPanel containing input boxes labeled with the given
names and containing whatever buttons are in the set buttonsToAdd.
LIMITS -
Static variable in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
A set of four numbers, separated by commas (such as "-5, 5, -5, 5"),
representing the xmin, xmax, ymin, and ymax limits of a
WCMDisplayCanvasBean or WCMLimitControlPanelBean.
The Limits interface is implemented by edu.hws.jcm.data.CoordinateRect and by
other objects that can be "Tied" to a CoordinateRect, such as
LimitControlPanel.