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 237(0.017 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!

9.6
My Swing GUI will print one or more pages of photographs placed in a mug shot directory of multiple pages.  A user might request to print 2 copies of page 2, 4 copies of page 6, and 1 copy of page ...
Zones: JavaDate Answered: 01/27/2008 Views: 0
When I run Java application that use javax.swing . There are some display problem in that application. Example : Mouse  disappear when click  the button. Some array in panel is erased. I us...
Zones: JavaDate Answered: 01/31/2000 Views: 0
When a mouse event occur in one JComboBox or other Swing Component, i want to kill the event before do something. To be more precise, when the JCombo is clicked, droplist is not to be showed. ...
Zones: JavaDate Answered: 05/08/2000 Views: 0
Hello All, I need help in knowing how to implement a multi colored java text area. Cannot be using any Swing. Must be either a pure AWT solution or any links related to a commercial Java c...
Zones: JavaDate Answered: 09/09/2000 Views: 0
I'm trying to print a html file as it appears in the browser . I've managed to print only the visible part of the page using the example in  the tutorial of the Printing API which is located at...
Zones: JavaDate Answered: 12/07/2000 Views: 0
Hi, I've written a Java swing program which runs very fine when executed locally. But running the program under the control of an X Windows server leads to an unacceptable decrease in performance....
Zones: Java, Font CreatorDate Answered: 08/22/2002 Views: 0
I would like to create a layout that has two sliding panes side by side and some fields underneath the two sliding panes that can be filled out.  The pane on the left will contain a html editor. th...
Zones: Java, AWT / Swing, New To JavaDate Answered: 05/20/2003 Views: 6
Hi experts i am trying to do a feedback form for java swing. i'm a beginner in this area. can someone help me out by giving me an example feedback with some questions java swing source codes?
Zones: Java, New To JavaDate Answered: 08/02/2004 Views: 0
Hi, I wonder if in Java Swing, I can use tags??  In C++, I can use tags to go back or go to somewhere I want to.  How can I do this in Java Swing?? Xenia
Zones: JavaDate Answered: 04/27/2004 Views: 0
Hi experts..     I have the following code to display the text "hallo world" in the interface using java swings. import java.awt.event.*; import javax.swing.*; public class Test extends ...
Zones: Java, New To JavaDate Answered: 07/02/2004 Views: 0