Re: JTable
- From: IchBin <weconsul@xxxxxxx>
- Date: Tue, 06 Dec 2005 11:44:59 -0500
Regina wrote:
Hi, I want a JTable where a new row is added every 5 seconds. I want to see on screen this adding. How can I do? This is my code:
package guiInterface; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.Iterator; import java.util.Vector;
import javax.swing.*; import javax.swing.border.LineBorder; import javax.swing.table.*;
import monitoring.SunMonitor;
[snip code]
Regina,
I can not find the monitoring.SunMonitor class anywhere. Where is it..
--
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"' -William E. Taylor, Regular Guy (1952-) .
- References:
- JTable
- From: Regina
- JTable
- Prev by Date: JTable
- Next by Date: Re: JTable
- Previous by thread: JTable
- Next by thread: Re: JTable
- Index(es):