Re: JTable
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Tue, 06 Dec 2005 19:26:42 GMT
On 6 Dec 2005 07:49:13 -0800, "Regina" <reginacarmela@xxxxxxxxx>
wrote, quoted or indirectly quoted someone who said :
>I want a JTable where a new row is added every 5 seconds. I want to see
>on screen this adding.
the DefaultTableModel should fire events to repaint. If you are not
seeing them, you are likely tying up the Swing thread so it can't get
around to painting them.
See http://mindprod.com/jgloss/swingthreads.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.
- Follow-Ups:
- Re: JTable
- From: Regina
- Re: JTable
- References:
- JTable
- From: Regina
- JTable
- Prev by Date: Re: JTable
- Next by Date: Re: Custom Sorting FileChooserDialog
- Previous by thread: Re: JTable
- Next by thread: Re: JTable
- Index(es):