public class ErrorText
extends java.lang.Object
| Constructor and Description |
|---|
ErrorText() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkNum(javax.swing.JTextField field)
Removes all numerals from text fields used for
the entry of numerical information.
|
void |
checkShort(javax.swing.JTextField sf,
int max)
Checks the input of the shorttitle (the name of the
data file).
|
public void checkShort(javax.swing.JTextField sf,
int max)
sf - the text field in which the short
title is being entered.max - the maximun number of characters allowed
in the short title.public void checkNum(javax.swing.JTextField field)
field - the text field that is
being used to enter numerical data.