Advertisement

1 - 10 of 105 containing alltags:("Java Swings") (0.001 seconds)
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 Grade: A Views: 4
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 Grade: B 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 Grade: B 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 Grade: C 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 Grade: B 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 Grade: A 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 Grade: B Views: 4
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 Grade: A 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 Grade: A Views: 4
I'm just trying to learn Java, so please be patient with me. My program currently consists of two classes, one of which encrypts a string to be displayed in a JTextArea inside a JScrollPane. Thi...
Zones: Java, New To JavaDate Answered: 09/04/2004 Grade: A Views: 0