Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / GUI / November 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Closing a window with a JButton14 Nov 2003 07:34 GMT2
How do you go about creating a JDialog with a JButton that, when
activated, closes (disposes) the JDialog?
Signature

I am only a mirage.

What happens when a  component is removed from a JPanel?14 Nov 2003 05:57 GMT2
Say I add a component to a JPanel first:
JPanel panel = new JPanel();
JTabbedPane tab1 = new JTabbedPane();
panel.add(tab1);
Am I using the right component??14 Nov 2003 03:36 GMT2
I'm trying to implement a "buddylist" for an instant-messaging client
I'm writing for school, and I've started by using a JList.  It seems
to work out great because I can use the custom-renderer to have icons
reflecting the status of the buddy.  But here's my problem -- is it
transient labels13 Nov 2003 22:58 GMT1
i want to the following:
i want to set a text on a jlabel and then
after 2 seconds I want to be able to set it to "";
however I want the other stuff to in the application to
JTable won't repaint correctly13 Nov 2003 21:33 GMT3
My data model implements a sort algorithm. When clicking on a header of a
column an arrow indicating the sorting direction will be displayed and the
date in the table will be updated.
Although all data is inerted correctly in the correct order the headers
JDialog Box with Minimize option Disabled13 Nov 2003 19:54 GMT1
Hi every one,
I have a JFrame with a JPanel in it and all the components added to
the panel who's layout is set to "null" and the panel set to a
container,the frame contains a JMenu and a JDialog Box which contains
SWT and JFace tutorials13 Nov 2003 17:26 GMT1
Hello to everybody,
Is there SWT and JFace tutorials ?
I found things on Eclipse Web site but nothing so complete than the tutorial
of Sun for Swing for example.
check input in JTextField13 Nov 2003 16:05 GMT5
I would like to check the input in a JTextField. It should only be
possible to type in letters and numbers, but no special characters.
How do i have to implement that? First i tried with KeyListener, but
I didn't suceed.
Set background color of a column13 Nov 2003 12:47 GMT2
is there a way to set the background color of a whole column?
Right now I use setBackground() in my cell renderer but this still leaves a
white 1 pixel line between each line of data in my table. I just cannot
figure out how to color this line too.
A radio button question13 Nov 2003 09:49 GMT1
id appreciate any help on d following.
i want to have 2 radio buttons. each radio button has a corresponding
textfield
i.e
JDK source question13 Nov 2003 09:36 GMT4
Is there a way to see the implementation
of a specific method in the jdk-package?
For instance if I wanted to know how a
paint method of a certain Swing component
Changing JPanels13 Nov 2003 06:45 GMT1
I have two JButtons b1 and b2, and two JPanels p1 and p2 (although one
JPanel is displayed at a time).  How do I make it so that p1 is
displayed when I press b1 and p2 is displayed when b2 is pressed?
Changing menuitem selection L&F12 Nov 2003 19:29 GMT1
I would like to change the Look&Feel of the
menuitem selection. I know I can change the
backcolor via the following attribute..
MenuItem.selectionBackground
Java GUI deployment on Unix / Linux12 Nov 2003 17:30 GMT2
I am just about finished with my first java application, and am in the
process of testing the deployment on a windows box as well as a UNIX box. I
have research / have created an executable jar file and attempted to execute
it in a UNIX environment and got the error below..I created ...
cannot call a paint function across classes?12 Nov 2003 15:26 GMT1
Just wondering if this is possible, as im having no luck working it out, no
matter what ive tried so far..
I have 2 classes, lets call them gP and kP. in gP ive got this function:
   public void paint55(java.awt.Graphics graphics) {
Pages: 1 2 3 4 5 6 7 8 9 10 11 October, 2003
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.