Enter Keywords:
1 - 10 of 277(0.002 seconds)
Sort By:
 
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 Rating: 9.6 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 Rating: 8.0 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 Rating: 7.0 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 Rating: 6.6 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 Rating: 7.2 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 Rating: 7.0 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, N...Date Answered: 05/20/2003 Rating: 4.0 Views: 0
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 Rating: 7.2 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 Rating: 7.4 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 Rating: 8.2 Views: 0