'handleSettingsButtonPress' -> 'hanleStationSettingsButtonPress'

This commit is contained in:
Nathan McRae 2025-02-01 12:33:07 -08:00
parent fa78b6ba45
commit 02b23c0e6d
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ public class MainController implements Initializable {
private TextField stationNameField;
@FXML
private void handleSettingsButtonPress() {
private void handleStationSettingsButtonPress() {
System.out.println("Button pressed!");
lastRetrievedLabel.setText("Button pressed!");

View File

@ -71,7 +71,7 @@
<Font size="14.0" />
</font>
</Label>
<Button layoutX="534.0" layoutY="13.0" mnemonicParsing="false" onMouseClicked="#handleSettingsButtonPress" text="Station Settings" AnchorPane.rightAnchor="6.5" AnchorPane.topAnchor="13.0" />
<Button layoutX="534.0" layoutY="13.0" mnemonicParsing="false" onMouseClicked="#handleStationSettingsButtonPress" text="Station Settings" AnchorPane.rightAnchor="6.5" AnchorPane.topAnchor="13.0" />
</children>
</AnchorPane>
</children>