mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +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;
|
||||
@FXML
|
||||
private Text lobbyIpText;
|
||||
@FXML
|
||||
private TableView lobbyTable;
|
||||
@FXML
|
||||
private TableColumn ipTableColumn;
|
||||
@FXML
|
||||
private TableColumn colourTableColumn;
|
||||
@FXML
|
||||
private TableColumn readyTableColumn;
|
||||
|
||||
private GameServerThread gameServerThread;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user