org.jfree.ui
public class InsetsTextField extends JTextField
| Field Summary | |
|---|---|
| protected static ResourceBundle | localizationResources The resourceBundle for the localization. |
| Constructor Summary | |
|---|---|
| InsetsTextField(Insets insets)
Default constructor. | |
| Method Summary | |
|---|---|
| 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. |
Parameters: insets the insets.
Parameters: insets the insets.
Returns: the string.
Parameters: insets the insets.