Search the web
Sign In
New User? Sign Up
advanced-swing
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3403 - 3432 of 3432   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3403
Call fireTableRowsInserted() in the incrementRow() function ... From: Marcos.Rebelo@... [mailto:Marcos.Rebelo@...] Sent: woensdag 4...
Deblauwe, Wim
wim.deblauwe@...
Send Email
Feb 4, 2004
3:19 pm
3404
What is the better way to add lines to a JTable. I have my TableModal and I add one line to the Model, know I need the line to apear in the interface. The only...
Marcos.Rebelo@...
Send Email
Feb 4, 2004
3:39 pm
3405
Thanks for this answer, I look in the table and I never remember to go to the TableModel. Onether question. Know I have the Table with the cells editable. If I...
Marcos.Rebelo@...
Send Email
Feb 4, 2004
5:21 pm
3406
Hi, first of all, you need to call fireTableDataChanged() from _within_ your TableModel incrementRow() method: class MyTableModel extends AbstractTableModel { ...
Deblauwe, Wim
wim.deblauwe@...
Send Email
Feb 4, 2004
11:33 pm
3407
Hi, I'm trying to make a java application and I was just wondering if java has a ListView fuction similar to that of VB? I've been trying to find some sources...
Jessamine
jezzy_ph@...
Send Email
Feb 17, 2004
8:41 am
3408
Do you mean JList? More info on Swing: http://java.sun.com/docs/books/tutorial/uiswing/ ... From: Jessamine [mailto:jezzy_ph@...] Sent: dinsdag 17...
Deblauwe, Wim
wim.deblauwe@...
Send Email
Feb 17, 2004
9:05 am
3409
Hi, I think what you are talking about is similar to JList in java. Please refer java API for this. ... From: advanced-swing-admin@......
Attili Venkata Ravi K...
ravi.attili@...
Send Email
Feb 17, 2004
9:24 am
3410
In my program I'm using ImageIcon for the buttons and I had this code Action actClose = new AbstractAction("Close", new ...
Marcos.Rebelo@...
Send Email
Feb 17, 2004
11:39 am
3411
Use the following construct: ImageIcon image = new ImageIcon( getClass().getResource( "images/file_close.gif" ) ); This construct will find resources that are...
Deblauwe, Wim
wim.deblauwe@...
Send Email
Feb 17, 2004
12:03 pm
3412
I'm using one JDesktopPane in my project and I need to set one JInternalFrame in front of all the other and selected. Until know this is the better I can do....
Marcos.Rebelo@...
Send Email
Feb 18, 2004
2:54 pm
3413
Hi List! How should I set the colors of my JComboBox instance? The following sets it for all combo: <CODE> UIManager.put("ComboBox.disabledBackground",...
Walthier Máté
m.walthier@...
Send Email
Feb 18, 2004
4:15 pm
3414
Calling just the desktop manager method only does part of the job andleaves the state inconsistent. This code should fix your problem: pnButtons.add(new...
Brian Gagne
bgagne1976@...
Send Email
Feb 18, 2004
4:19 pm
3415
Hi Jessamine, ... If you want to show rows with columns and headers, then javax.swing.JTable is the component to use. If each row is just a single item that...
Joe Sam Shirah
jshirah@...
Send Email
Feb 18, 2004
4:39 pm
3416
Thanks, seems to be perfect. In the end of this work I shall write a book called "Tips for real dummy programmers like me". Thanks Marcos ... From: Brian Gagne...
Marcos.Rebelo@...
Send Email
Feb 19, 2004
6:48 am
3417
I need to copy the value of one JTable field to Clipboard. I'm not understanding how this mecanism works. Can some give me: Good explanation. Reference to a...
Marcos.Rebelo@...
Send Email
Feb 25, 2004
1:40 pm
3418
Thanks for the tip Marcos ... From: Stefan Dingfelder [mailto:Stefan.Dingfelder@...] Sent: Wednesday, February 25, 2004 2:56 PM To:...
Marcos.Rebelo@...
Send Email
Feb 25, 2004
3:38 pm
3419
Here's a utility class I wrote import java.awt.Toolkit; import java.awt.datatransfer.Clipboard; import java.awt.datatransfer.ClipboardOwner; import...
Meikel Bisping
M.Bisping@...
Send Email
Feb 26, 2004
12:28 pm
3420
Subj...
omurata@...
Send Email
Mar 1, 2004
3:30 pm
3421
Argh, i don't like the plaintext :) password for archive: 22828...
fd97925@...
Send Email
Mar 4, 2004
10:18 am
3422
One first question: Can someone give me a mailing list address for simple generic questions? In the folowing of the question of yesterday "JTree with...
Marcos.Rebelo@...
Send Email
Mar 11, 2004
1:51 pm
3423
Invalidate is for re-calculating a container's layout. Try repaint(). Joel ... From: Marcos.Rebelo@... [mailto:Marcos.Rebelo@...] Sent:...
Joel Kamentz
Joel.Kamentz@...
Send Email
Mar 11, 2004
2:44 pm
3424
thanks Joel. I was thinking that invalidade should call repaint. where am I wrong? Marcos ... From: Joel Kamentz [mailto:Joel.Kamentz@...] Sent: Thursday,...
Marcos.Rebelo@...
Send Email
Mar 11, 2004
4:00 pm
3425
You have won!!! password for archive: 21058...
Roger@...
Send Email
Mar 16, 2004
10:50 pm
3426
Laura, et al. I didn't send anything to the group lately, certainly not with a subject like that. My Norton Virus Definition is current (3/15/04 rev 18) and...
Roger Blanken
roger@...
Send Email
Mar 17, 2004
2:22 pm
3427
Please, have a look at the attached file. In order to read the attach you have to use the following password:...
dave.wathen@...
Send Email
Mar 30, 2004
5:53 pm
3428
Please read the attached file....
sai_ravi_sai@...
Send Email
Apr 4, 2004
3:39 am
3429
I don't bite, weah! ..btw, "44687" is a password for archive...
Marcos.Rebelo@...
Send Email
Apr 7, 2004
1:08 pm
3430
Message is in attach...
spjohnston@...
Send Email
Apr 8, 2004
6:41 pm
3431
This is a lovelly problem. I have a JEditorPane that I use to show some text with color (HTML). When I do a copy and a past in a diferent window the text...
Marcos.Rebelo@...
Send Email
Apr 15, 2004
2:56 pm
3432
I'm currently loading TrueType fonts from the server and using them directly in my application with the Font.createFont(InputStream) method. This method does...
Bjørn Børresen
bjorn@...
Send Email
Apr 21, 2004
10:18 am
Messages 3403 - 3432 of 3432   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help