This commit is contained in:
parent
7aa5bc2a0e
commit
4256d6e7b2
12 changed files with 401 additions and 26 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue