mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Removed (fxml) table view and its table column from lobby controller because the table view is removed from LobbyView.fxml
#story[988]
This commit is contained in:
@@ -24,14 +24,6 @@ public class LobbyController {
|
|||||||
private GridPane lobbyScreen;
|
private GridPane lobbyScreen;
|
||||||
@FXML
|
@FXML
|
||||||
private Text lobbyIpText;
|
private Text lobbyIpText;
|
||||||
@FXML
|
|
||||||
private TableView lobbyTable;
|
|
||||||
@FXML
|
|
||||||
private TableColumn ipTableColumn;
|
|
||||||
@FXML
|
|
||||||
private TableColumn colourTableColumn;
|
|
||||||
@FXML
|
|
||||||
private TableColumn readyTableColumn;
|
|
||||||
|
|
||||||
private GameServerThread gameServerThread;
|
private GameServerThread gameServerThread;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user