-
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
AdrianBalunan
committed
Mar 12, 2026
1 parent
c756c1c
commit fc85476
Showing
4 changed files
with
78 additions
and
89 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
helpmehelpapplication/src/main/java/ntnu/systemutvikling/team6/DAO/DonationDAO.java
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,4 +1,3 @@ | ||
| package ntnu.systemutvikling.team6.DAO; | ||
|
|
||
| public class DonationDAO { | ||
| } | ||
| public class DonationDAO {} |
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
12 changes: 4 additions & 8 deletions
12
helpmehelpapplication/src/main/java/ntnu/systemutvikling/team6/Main.java
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,12 +1,8 @@ | ||
| package ntnu.systemutvikling.team6; | ||
|
|
||
| import javafx.application.Application; | ||
| import javafx.fxml.FXMLLoader; | ||
| import javafx.scene.Scene; | ||
| import javafx.stage.Stage; | ||
|
|
||
| public class Main { | ||
| public static void main(String[] args) { | ||
| HmHApplication.main(args); | ||
| } | ||
| public class Main { | ||
| public static void main(String[] args) { | ||
| HmHApplication.main(args); | ||
| } | ||
| } |
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