esoe
2 years ago
13 changed files with 51 additions and 55 deletions
@ -1,5 +1,5 @@ |
|||||||
module ru.molokoin { |
module ru.molokoin { |
||||||
requires javafx.controls; |
requires transitive javafx.controls; |
||||||
requires javafx.fxml; |
requires transitive javafx.fxml; |
||||||
exports ru.molokoin; |
exports ru.molokoin; |
||||||
} |
} |
||||||
|
@ -1,24 +1,23 @@ |
|||||||
.Pane { |
Pane { |
||||||
background-color:black; |
background-color: white; |
||||||
-fx-background-color:black |
-fx-background-color: white; |
||||||
} |
} |
||||||
.VBox { |
VBox { |
||||||
background-color:black; |
background-color: whitesmoke; |
||||||
-fx-background-color:black |
-fx-background-color: whitesmoke; |
||||||
} |
} |
||||||
.children { |
|
||||||
background-color:black; |
TextField { |
||||||
-fx-background-color:black |
|
||||||
} |
} |
||||||
.Button { |
|
||||||
background-color:black; |
Label { |
||||||
-fx-background-color:black |
font-size: 36px; |
||||||
|
-fx-font-size: 36px; |
||||||
|
|
||||||
} |
} |
||||||
.TextField { |
|
||||||
background-color:black; |
Button { |
||||||
-fx-background-color:black |
|
||||||
} |
|
||||||
.Label { |
|
||||||
background-color:black; |
|
||||||
-fx-background-color:black |
|
||||||
} |
} |
||||||
|
|
||||||
|
@ -1,24 +1,23 @@ |
|||||||
.Pane { |
Pane { |
||||||
background-color:black; |
background-color: white; |
||||||
-fx-background-color:black |
-fx-background-color: white; |
||||||
} |
} |
||||||
.VBox { |
VBox { |
||||||
background-color:black; |
background-color: whitesmoke; |
||||||
-fx-background-color:black |
-fx-background-color: whitesmoke; |
||||||
} |
} |
||||||
.children { |
|
||||||
background-color:black; |
TextField { |
||||||
-fx-background-color:black |
|
||||||
} |
} |
||||||
.Button { |
|
||||||
background-color:black; |
Label { |
||||||
-fx-background-color:black |
font-size: 36px; |
||||||
|
-fx-font-size: 36px; |
||||||
|
|
||||||
} |
} |
||||||
.TextField { |
|
||||||
background-color:black; |
Button { |
||||||
-fx-background-color:black |
|
||||||
} |
|
||||||
.Label { |
|
||||||
background-color:black; |
|
||||||
-fx-background-color:black |
|
||||||
} |
} |
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +0,0 @@ |
|||||||
c:\Users\Strannik\Documents\esoe\code\exchange-server\src\main\java\ru\molokoin\SystemInfo.java |
|
||||||
c:\Users\Strannik\Documents\esoe\code\exchange-server\src\main\java\module-info.java |
|
||||||
c:\Users\Strannik\Documents\esoe\code\exchange-server\src\main\java\ru\molokoin\ExchangeServer.java |
|
||||||
c:\Users\Strannik\Documents\esoe\code\exchange-server\src\main\java\ru\molokoin\App.java |
|
||||||
c:\Users\Strannik\Documents\esoe\code\exchange-server\src\main\java\ru\molokoin\UploadServer.java |
|
Binary file not shown.
Loading…
Reference in new issue