| javax.swing.JTextField net.xoetrope.swing.XEdit
Constructor Summary | |
public | XEdit() |
Method Summary | |
public void | setAttribute(String attribName, String attribValue) Set one or more attributes of the component. |
setAttribute | public void setAttribute(String attribName, String attribValue)(Code) | | Set one or more attributes of the component.
- alignment, value=(Left|Right|Center|Leading|Trailing)
- border, value=0, to tun off the border
- margin, value=the size in pixels of the margin (the space between the border and the text)
Parameters: attribName - the name of the attribute Parameters: attribValue - the value of the attribute |
|
|