File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class UiManager implements Ui {
20
20
public static final String ALERT_DIALOG_PANE_FIELD_ID = "alertDialogPane" ;
21
21
22
22
private static final Logger logger = LogsCenter .getLogger (UiManager .class );
23
- private static final String ICON_APPLICATION = "/images/address_book_32 .png" ;
23
+ private static final String ICON_APPLICATION = "/images/logo .png" ;
24
24
25
25
private Logic logic ;
26
26
private MainWindow mainWindow ;
Original file line number Diff line number Diff line change 11
11
<?import javafx .scene.layout.VBox?>
12
12
<?import javafx .stage.Stage?>
13
13
14
- <fx : root minHeight =" 600" minWidth =" 680.0" onCloseRequest =" #handleExit" title =" Address App" type =" javafx.stage.Stage" xmlns =" http://javafx.com/javafx/" xmlns : fx =" http://javafx.com/fxml/" >
14
+
15
+ <fx : root minHeight =" 600" minWidth =" 450" onCloseRequest =" #handleExit" title =" Serenity" type =" javafx.stage.Stage" xmlns =" http://javafx.com/javafx" xmlns : fx =" http://javafx.com/fxml" >
15
16
<icons >
16
17
<Image url =" @/images/address_book_32.png" />
17
18
</icons >
You can’t perform that action at this time.
0 commit comments