File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class UiManager implements Ui {
2020 public static final String ALERT_DIALOG_PANE_FIELD_ID = "alertDialogPane" ;
2121
2222 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" ;
2424
2525 private Logic logic ;
2626 private MainWindow mainWindow ;
Original file line number Diff line number Diff line change 1111<?import javafx .scene.layout.VBox?>
1212<?import javafx .stage.Stage?>
1313
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" >
1516 <icons >
1617 <Image url =" @/images/address_book_32.png" />
1718 </icons >
You can’t perform that action at this time.
0 commit comments