Class | Description |
---|---|
JFormattedTextFieldSCP |
This class is a JFormattedTextField with two listeners that allow authomatically reset the caret
position of this component to left (LEFT_POSITIONS), right (RIGHT_POSITIONS) or like JFormattedTextField (LIKE_JTEXTCOMPONENT) (do nothing).
|
JTextFieldWithSCP |
This class is a JTextField with two listeners that allow authomatically reset the caret
position of this component to left (LEFT_POSITIONS), right (RIGHT_POSITIONS) or like JTextField (LIKE_JTEXTCOMPONENT) (do nothing).
|