forked from nus-cs2103-AY2324S2/ip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
144 additions
and
68 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
T1my todo | ||
E0my event /then/now | ||
D0mhehe deadline /now | ||
E1my event /then/now | ||
D1mhehe deadline /now | ||
D0mhehehee deadline /2024-12-31 | ||
T0new todo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<?import javafx.geometry.Insets?> | ||
<?import javafx.scene.control.Label?> | ||
<?import javafx.scene.image.ImageView?> | ||
<?import javafx.scene.layout.HBox?> | ||
<?import javafx.scene.text.Font?> | ||
|
||
<fx:root maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefWidth="400.0" type="javafx.scene.layout.HBox" xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1"> | ||
<children> | ||
<ImageView fx:id="displayPicture" fitHeight="50.0" fitWidth="50.0" pickOnBounds="true" preserveRatio="true" /> | ||
<HBox alignment="BOTTOM_LEFT" style="-fx-background-color: white; -fx-background-radius: 20; -fx-border-width: 0.02; -fx-border-color: black; -fx-border-radius: 20;"> | ||
<HBox.margin> | ||
<Insets left="10.0" right="10.0" /> | ||
</HBox.margin> | ||
<children> | ||
<Label fx:id="dialog" maxHeight="400.0" maxWidth="225.0" text="Label" wrapText="true"> | ||
<font> | ||
<Font name="SansSerif Regular" size="13.0" /> | ||
</font> | ||
<HBox.margin> | ||
<Insets bottom="15.0" left="20.0" right="10.0" top="15.0" /> | ||
</HBox.margin> | ||
</Label> | ||
<Label fx:id="time" text="Label" textFill="#6f6f6f"> | ||
<HBox.margin> | ||
<Insets bottom="7.0" right="10.0" /> | ||
</HBox.margin> | ||
<font> | ||
<Font name="SansSerif Regular" size="11.0" /> | ||
</font> | ||
</Label> | ||
</children> | ||
</HBox> | ||
</children> | ||
<padding> | ||
<Insets bottom="15.0" left="5.0" right="5.0" top="15.0" /> | ||
</padding> | ||
</fx:root> |
Oops, something went wrong.