Thread: graphics
View Single Post
  #4 (permalink)  
Old 01-18-2008, 03:38 PM
tim's Avatar
tim tim is offline
Senior Member
 
Join Date: Dec 2007
Location: South Africa
Posts: 334
tim is on a distinguished road
Quote:
Originally Posted by Joe2003
image that may alter every 20 seconds
Joe2003, if an image changes, it is animation, even if it is every 20 seconds. You will still need to use some kind of threading; unless the user clicks "refresh" every 20 seconds.

It may be easier for you to create components extended from the javax.swing.* classes. Then, it may not be necessary to use graphics.
__________________
If your ship has not come in yet then build a lighthouse.

Last edited by tim : 01-18-2008 at 03:41 PM.
Reply With Quote