| javax.swing.JDialog com.ibm.richtext.swingui.JNumberDialog
JNumberDialog | final class JNumberDialog extends JDialog implements ActionListener(Code) | | Simple dialog which gets a number, and sends an appropriate command
|
Constructor Summary | |
| JNumberDialog(Frame parent, String title, String message, MTextPanel textPanel, Object key, boolean character, float multiplier) Parameters: multiplier - the factor by which to multiply the user'sselection before creating the attribute value. |
JNumberDialog | JNumberDialog(Frame parent, String title, String message, MTextPanel textPanel, Object key, boolean character, float multiplier)(Code) | | Parameters: multiplier - the factor by which to multiply the user'sselection before creating the attribute value. Thisis useful for subscripting. |
|
|