| javax.swing.JTextArea net.xoetrope.swing.XTextArea
Method Summary | |
public void | setAttribute(String attribName, String attribValue) Set one or more attributes of the component. |
XTextArea | public XTextArea()(Code) | | |
setAttribute | public void setAttribute(String attribName, String attribValue)(Code) | | Set one or more attributes of the component. Currently this handles the
attributes
Parameters: attribName - the attribute name Parameters: attribValue - the attribute value- rows, value=number of rows
- cols, value=number of columns
- wrap, value=true|false turns wrapping on or off
- wordwrap, value=true|false turns wrapping at word breaks on or off
|
|
|