User enters a value in JFormattedText, I need to get this value and put it in class definition private static final int x = <here must be entered variable>;
I am developing a multilingual Java application in which I make heavy use of JTextArea. There is an apparent (though not actual) font change to the JTextAreas when non-Latin-based characters are inser
The program lets the user type in a command in a textfield then whatever they typed will show in the text area. If it is keywords such as yes it will turn green, however I cannot set just one line of
When I am declaring the array of jtextarea using the following code: tabs[i] = new javax.swing.JTextArea();
Right now I have a JTextArea inside of a JScrollPane. For the current content it has both a vertical and horizontal scroll bar showing up. I\'m trying to implement a search functionality where a user
I am designing an on-screen form to be filled in, and I think it makes sense to stick it together as a collection of text areas.I note in the documentation of JTextArea that a text area can be subdivi
I\'ve a JTextArea component inside JScrollPane and the text area is not editable. I would like to enable scrolling of the text area with up and down arrow keys (i.e. 开发者_开发百科pressing the arrow
The task: I am trying to configure an Appender to output to a JTextArea. I believe a WriterAppender is capable of writing to an OutputStream. I have already subclassed OutputStream to produce a JText
How would I m开发者_高级运维ake the following JTextArea scrollable? private JTextArea getJTextArea1() {
I need a good spell checker library for Java that 开发者_运维问答can spell check a JTextArea (or any JTextComponent) in real time.That is, it should have a wavy red underline appear under text while t