google-code-export / ntorrent

Automatically exported from code.google.com/p/ntorrent
GNU General Public License v3.0
1 stars 3 forks source link

Switch from "threads + sleep" to swing timers. #124

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In TorrentTable plugin, we are using a normal thread with a sleep of 2
seconds for refreshing the contents of TorrentTable and depending plugins.

instead it should use swing timers.
http://java.sun.com/docs/books/tutorial/uiswing/misc/timer.html

Original issue reported on code.google.com by kei...@gmail.com on 20 Nov 2009 at 8:47