Java animated GIF and MySQL connection
问题 I a making a Java Messenger. I did a login dialog and when I click on the connect button, an animated GIF appears while it's loading. The problem is that the animated GIF stops moving while my MySQL connection and Query are processing. I throw the MySQL connection and query in a new thread but still the same : Thread connectionThread = new Thread(new Runnable() { public void run() { SwingUtilities.invokeLater(new Runnable() { public void run() { //Database conection OlaDB.createConnection();