could anyone help me i am trying to create a bold text button but i cant seem to get it to work. I want it to be like a typical bold button that once clicked the text you type is bold.
[191 byte] By [zidane_143a] at [2007-10-2 20:54:56]
Do you mean for some textarea?Then you should look at using a JTextPane or JEditorPane and concentrated on the StyledDocument objects. Use your JDK Demos (located in your JDK installation directory, StylePad Demo)ICE