Enter Keywords:
1 - 10 of 91(0.009 seconds)
Sort By:
 
I am facing some problems with JTextPane. 1. I am able to insert components(say JLabels) into JTextPane using insertComponent() method.  When I press delete button or backspace button they are g...
Zones: JavaDate Answered: 02/14/2000 Rating: 8.6 Views: 12
I have written code to color keywords in a JTextPane, i.e. certain words will get colored blue, the rest will be black. And anything between quotation marks will be black. The problem is performanc...
Zones: JavaDate Answered: 02/11/2002 Rating: 7.2 Views: 0
Any one can help me to add different font to text in a JTextPane . If possible with example.
Zones: Java, Font CreatorDate Answered: 10/16/2000 Rating: 7.8 Views: 0
Hi. I want to write an Applet to write text with different colors in it, i know how to do it with JTextPane, but the browser is supporting Java 1 only therefor does not display the JTextPane at ...
Zones: JavaDate Answered: 03/01/2003 Rating: 9.2 Views: 0
how to get a formated text from a JTextPane as UTF unformated String ?
Zones: JavaDate Answered: 12/07/2002 Rating: 7.8 Views: 0
Hi all, I have A JTextPane with text in various types of font, font style, font size and so on. How can I save this text in a file with all the specific attributes of each char for later opening....
Zones: Java, Font CreatorDate Answered: 09/17/2003 Rating: 7.6 Views: 0
Hi, I'm trying to do a simple thing : I'd like to override the remove method a the document of a JTextPane. But when I remove text in the JTextPane, the remove method is never called (I overrid...
Zones: JavaDate Answered: 06/13/2003 Rating: 9.2 Views: 0
Hi, After I append a line to my JTextPane I would like to scroll to the very last line. I do the following code...             Dimension dim = txtMsgBox.getSize();             int x = 1;    ...
Zones: JavaDate Answered: 06/29/2003 Rating: 7.6 Views: 4
G'Day. First of all i dont have much point to give you .. Could some one please point me in the right direction to how to do this. I want to have a JTable which has 2 cols. First col is Render...
Zones: JavaDate Answered: 12/11/2003 Rating: 7.8 Views: 0
Hello Everyone; I'm having a really hard problem for me. This is a Graphics problem okey. I have develope a program which has a very good line numbering capability. but the problem is, when I ...
Zones: JavaDate Answered: 02/07/2004 Rating: 6.2 Views: 0