You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
440 B
10 lines
440 B
2 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<?import javafx.scene.control.Label?>
|
||
|
<?import javafx.scene.layout.VBox?>
|
||
|
<?import javafx.scene.control.Button?>
|
||
|
|
||
|
<VBox prefHeight="200.0" prefWidth="300.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ru.molokoin.MainFrameController">
|
||
|
<Label text="exchange-server"/>
|
||
|
<Button fx:id="btn" text="START" onAction="#buttonClicked"/>
|
||
|
</VBox>
|