Skip to content

Commit

Permalink
Merge pull request #75 from kavantan/branch-ui-changes
Browse files Browse the repository at this point in the history
Rename application name and change display image
  • Loading branch information
24Donovan24 authored Oct 13, 2022
2 parents 1225055 + 69e5781 commit 47a9bdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/gim/ui/UiManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class UiManager implements Ui {
public static final String ALERT_DIALOG_PANE_FIELD_ID = "alertDialogPane";

private static final Logger logger = LogsCenter.getLogger(UiManager.class);
private static final String ICON_APPLICATION = "/images/exercise_tracker_32.png";
private static final String ICON_APPLICATION = "/images/clean.png";

private Logic logic;
private MainWindow mainWindow;
Expand Down
Binary file added src/main/resources/images/clean.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<?import javafx.scene.layout.VBox?>

<fx:root type="javafx.stage.Stage" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"
title="Address App" minWidth="450" minHeight="600" onCloseRequest="#handleExit">
title="Gim" minWidth="450" minHeight="600" onCloseRequest="#handleExit">
<icons>
<Image url="@/images/exercise_tracker_32.png" />
<Image url="@/images/clean.png" />
</icons>
<scene>
<Scene>
Expand Down

0 comments on commit 47a9bdf

Please sign in to comment.