Re: JTable



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-)
.