I need some help on this one please, i basically have menuVIP.java, and vipKeyword.java. This is menuVIP.java
I\'m having a problem when setting the background colour of aJTextArea after I set its text. The code is as follows:
This class is the layout and implementation for the first tab in my program, the CreatePanel.I am trying to implement a JScrollPane in my JTextArea.However, the scroll bar never appears, although the
here is the code. don\'t know why the text area isn\'t showing the backgroud image import java.awt.*;
hi there ı am working on a chat application and i want that user can change the font which he/she is writing. there is a setFont() function but it changes font of all strings in the TextArea. so i ju
I\'m t开发者_C百科rying to bold a single line in my JTextPane, but nothing I do is working. I\'ve tried writing the line with a new, bolded font, but it didn\'t help.
How can I put Caret in JTextArea while setEditable is disabled? A sample code when I need Caret to be visible:
I\'m trying to have multiline labels and image labels in a veritcal BoxLayout. For the multiline labels I use a JTextArea with setEditable(false). For the image labels I use a JLabel([ImageIcon]).
I have a JTable that I would like to display a fancy tooltip (basically a JTextArea) for particular cells in a column. I am using a custom cell renderer, so it would be easy if I could f开发者_开发百科
I\'m using netbeans to write the GUI. I have a menu bar with few menu items and the main window has a text area all over it.