esoe
2 years ago
8 changed files with 77 additions and 14 deletions
@ -1,10 +1,17 @@
@@ -1,10 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
||||
<?import javafx.scene.layout.Pane?> |
||||
<?import javafx.scene.control.Label?> |
||||
<?import javafx.scene.layout.VBox?> |
||||
<?import javafx.scene.control.Button?> |
||||
<?import javafx.scene.control.TextField?> |
||||
|
||||
<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"/> |
||||
<Pane prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ru.molokoin.MainFrameController"> |
||||
<children> |
||||
<VBox prefHeight="200.0" prefWidth="300.0" > |
||||
<Label text="setup the port: "/> |
||||
<TextField fx:id="portField" promptText="8081" /> |
||||
<Button fx:id="btn" text="START" onAction="#buttonClicked"/> |
||||
</VBox> |
||||
</children> |
||||
</Pane> |
||||
|
@ -0,0 +1,24 @@
@@ -0,0 +1,24 @@
|
||||
.Pane { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
} |
||||
.VBox { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
} |
||||
.children { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
} |
||||
.Button { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
} |
||||
.TextField { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
} |
||||
.Label { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
} |
@ -1,10 +1,17 @@
@@ -1,10 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
||||
<?import javafx.scene.layout.Pane?> |
||||
<?import javafx.scene.control.Label?> |
||||
<?import javafx.scene.layout.VBox?> |
||||
<?import javafx.scene.control.Button?> |
||||
<?import javafx.scene.control.TextField?> |
||||
|
||||
<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"/> |
||||
<Pane prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ru.molokoin.MainFrameController"> |
||||
<children> |
||||
<VBox prefHeight="200.0" prefWidth="300.0" > |
||||
<Label text="setup the port: "/> |
||||
<TextField fx:id="portField" promptText="8081" /> |
||||
<Button fx:id="btn" text="START" onAction="#buttonClicked"/> |
||||
</VBox> |
||||
</children> |
||||
</Pane> |
||||
|
@ -0,0 +1,24 @@
@@ -0,0 +1,24 @@
|
||||
.Pane { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
} |
||||
.VBox { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
} |
||||
.children { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
} |
||||
.Button { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
} |
||||
.TextField { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
} |
||||
.Label { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
} |
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue