Skip to content
Snippets Groups Projects
Commit ea37698e authored by Tomas Beranek's avatar Tomas Beranek
Browse files

docs: small changes in docs

parent 632c9ca4
No related branches found
No related tags found
2 merge requests!5Merging simulation branch with main branch,!4Merging Main branch with Simulation branch
......@@ -54,12 +54,15 @@ public class ArmyDetailsViewController {
@FXML
private TableColumn<Unit, Integer> armyTwoAt;
//army variables
private Army armyOne;
private Army armyTwo;
//buttons
@FXML
private Button toArmyDetailsButton;
//Text fields
//text fields or text boxes
@FXML
private Text armyOneText;
@FXML
......@@ -150,7 +153,7 @@ public class ArmyDetailsViewController {
}
/**
* method for updating a list
* method for updating a tableview based on multiple variables
*
* @param thisArmy army that is going to tableview
* @param armyUT army Unit Type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment