'handleSettingsButtonPress' -> 'hanleStationSettingsButtonPress'
This commit is contained in:
parent
fa78b6ba45
commit
02b23c0e6d
@ -48,7 +48,7 @@ public class MainController implements Initializable {
|
|||||||
private TextField stationNameField;
|
private TextField stationNameField;
|
||||||
|
|
||||||
@FXML
|
@FXML
|
||||||
private void handleSettingsButtonPress() {
|
private void handleStationSettingsButtonPress() {
|
||||||
System.out.println("Button pressed!");
|
System.out.println("Button pressed!");
|
||||||
lastRetrievedLabel.setText("Button pressed!");
|
lastRetrievedLabel.setText("Button pressed!");
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
<Font size="14.0" />
|
<Font size="14.0" />
|
||||||
</font>
|
</font>
|
||||||
</Label>
|
</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>
|
</children>
|
||||||
</AnchorPane>
|
</AnchorPane>
|
||||||
</children>
|
</children>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user