esoe
2 years ago
13 changed files with 51 additions and 55 deletions
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
module ru.molokoin { |
||||
requires javafx.controls; |
||||
requires javafx.fxml; |
||||
requires transitive javafx.controls; |
||||
requires transitive javafx.fxml; |
||||
exports ru.molokoin; |
||||
} |
||||
|
@ -1,24 +1,23 @@
@@ -1,24 +1,23 @@
|
||||
.Pane { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
Pane { |
||||
background-color: white; |
||||
-fx-background-color: white; |
||||
} |
||||
.VBox { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
VBox { |
||||
background-color: whitesmoke; |
||||
-fx-background-color: whitesmoke; |
||||
} |
||||
.children { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
|
||||
TextField { |
||||
|
||||
} |
||||
.Button { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
|
||||
Label { |
||||
font-size: 36px; |
||||
-fx-font-size: 36px; |
||||
|
||||
} |
||||
.TextField { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
} |
||||
.Label { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
|
||||
Button { |
||||
|
||||
} |
||||
|
||||
|
@ -1,24 +1,23 @@
@@ -1,24 +1,23 @@
|
||||
.Pane { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
Pane { |
||||
background-color: white; |
||||
-fx-background-color: white; |
||||
} |
||||
.VBox { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
VBox { |
||||
background-color: whitesmoke; |
||||
-fx-background-color: whitesmoke; |
||||
} |
||||
.children { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
|
||||
TextField { |
||||
|
||||
} |
||||
.Button { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
|
||||
Label { |
||||
font-size: 36px; |
||||
-fx-font-size: 36px; |
||||
|
||||
} |
||||
.TextField { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
} |
||||
.Label { |
||||
background-color:black; |
||||
-fx-background-color:black |
||||
|
||||
Button { |
||||
|
||||
} |
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +0,0 @@
@@ -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