'handleSettingsButtonPress' -> 'hanleStationSettingsButtonPress'
This commit is contained in:
parent
fa78b6ba45
commit
02b23c0e6d
@ -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!");
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user