aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Displaying time inside a table cell Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Displaying time inside a table cell" Watch "Displaying time inside a table cell" New topic
Author

Displaying time inside a table cell

Ajit Malleri
Greenhorn

Joined: Feb 10, 2002
Posts: 27
I have a requirement for my application. I need to display a timer inside the cell of JTable. The table will be displaying records of multiple users visiting the site. The column should display the total time spent on the page. I am using a customized Table Model. How can I go about it?
Thanks,
Ajit


SCJP, SCWCD
Abhik Sarkar
Ranch Hand

Joined: Jun 14, 2003
Posts: 61
Hi Ajit,
Are you saying that you want the cell to display some kind of a countdown timer which keeps updating every second? If so, it might be a somewhat resource consuming application... because it would need a lot of repainting all the time. Of course, it should be possible with a custom Cell Renderer.
I will try to write a small example ASAP...
Best regards,
Abhik.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Displaying time inside a table cell
 
Similar Threads
displaying background colour of a cell in a table based on the value
FTP files System Icons
problems displaying values in JTable
wants to display Cell color in a table based on source value
regarding JTable scrollabrs