This commit is contained in:
Ziver Koc 2013-09-07 01:14:18 +00:00
parent 7aa5bc2a0e
commit 4256d6e7b2
12 changed files with 401 additions and 26 deletions

View file

@ -103,7 +103,6 @@ public class NetLogGuiClientInstance implements Initializable, NetLogListener {
logTable.getItems().add(msg);
Platform.runLater(new Runnable() {
@Override
public void run() {
logCountLabel.setText("" + (Long.parseLong(logCountLabel.getText()) + 1));
}