Hey :D I'm currently writing a software where users pick out seatings from auditoriums.
The tables will contain seating statuses of auditoriums, which could update quickly.
I was thinking of using a thread to repaint the contents, however as the software could be used by many users on the same moment it may take lots of processing power. How can this be done in the most efficient way?
An SQL database will be used. The interface is made through the Java swing paintComponent( ) method.
Thanks for your help! :D