org.jfree.ui
Class InsetsTextField
JTextField
org.jfree.ui.InsetsTextField
A JTextField for displaying insets.
String | formatInsetsString(Insets insets) - Returns a formatted string describing provided insets.
|
void | setInsets(Insets insets) - Sets the text of this text field to the formatted string
describing provided insets.
|
localizationResources
protected static ResourceBundle localizationResources
The resourceBundle for the localization.
InsetsTextField
public InsetsTextField(Insets insets)
Default constructor. Initializes this text field with formatted string describing
provided insets.
formatInsetsString
public String formatInsetsString(Insets insets)
Returns a formatted string describing provided insets.
setInsets
public void setInsets(Insets insets)
Sets the text of this text field to the formatted string
describing provided insets. If insets is null, empty insets
(0,0,0,0) are used.