Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 91(0 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.6
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 Views: 5
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 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 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 Views: 0
how to get a formated text from a JTextPane as UTF unformated String ?
Zones: JavaDate Answered: 12/07/2002 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 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 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 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 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 Views: 0