убрал подгрузку CSS в самом коде
This commit is contained in:
parent
6a421a6fc7
commit
5cae31af03
@ -15,9 +15,6 @@ public class ApplicationMissileCruiser extends Application
|
|||||||
FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource("ViewMissileCruiser.fxml"));
|
FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource("ViewMissileCruiser.fxml"));
|
||||||
Scene scene = new Scene(fxmlLoader.load(), 900, 500);
|
Scene scene = new Scene(fxmlLoader.load(), 900, 500);
|
||||||
|
|
||||||
//String stylesheet = Objects.requireNonNull(getClass().getResource("StylesMissileCruiser.css")).toExternalForm();
|
|
||||||
//scene.getStylesheets().add(stylesheet);
|
|
||||||
|
|
||||||
stage.setResizable(false);
|
stage.setResizable(false);
|
||||||
stage.setTitle("Ракетный крейсер");
|
stage.setTitle("Ракетный крейсер");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user