Skip to content

Commit

Permalink
Added classes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaceli committed Feb 12, 2026
1 parent 61646ea commit 66bab12
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/main/java/gui/GiveHopeGUI.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package gui;

public class GiveHopeGUI {
}
3 changes: 3 additions & 0 deletions src/main/java/model/Cause.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package model;

public enum Cause { HEALTH, EMERGENCY_RELIEF, CHILDREN, ENVIRONMENT, CONFLICTS; }
2 changes: 1 addition & 1 deletion src/main/java/model/Organization.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

public class Organization {
public String name;
public String orgnr;
public String orgNr;
}
4 changes: 4 additions & 0 deletions src/main/java/password/PasswordHash.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package password;

public class PasswordHash {
}
4 changes: 4 additions & 0 deletions src/main/java/register/DonationRegister.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package register;

public class DonationRegister {
}
4 changes: 4 additions & 0 deletions src/main/java/register/OrganizationRegister.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package register;

public class OrganizationRegister {
}
4 changes: 4 additions & 0 deletions src/main/java/register/UserRegister.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package register;

public class UserRegister {
}
4 changes: 4 additions & 0 deletions src/main/java/service/InputHelper.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package service;

public class InputHelper {
}

0 comments on commit 66bab12

Please sign in to comment.