StandardControlPanel extends JPanel and arranges the standard controls in a left-to-right fashion using FlowLayout and add(Component, index) Setters are defined that allow the user to change the visual component associated with any control. A version of these setters allows for the definition of a new listener. Two constructors are defined. The first builds all the default controls into the control panel. The second takes a flag which defines the controls to be built and displayed by the control panel. The flag values are defined by public static values provided by the class. These values can be OR'd together to set a flag value.
@see ejmf.toolkit.gui.controlpanel.AbstractControlPanel
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.