Skip to content

Commit

Permalink
feat: charityPage
Browse files Browse the repository at this point in the history
  • Loading branch information
cathrkri committed Mar 10, 2026
1 parent b42e3ed commit c8f7157
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package ntnu.systemutvikling.team6.controller;

public class CharityPageController {
}
10 changes: 10 additions & 0 deletions helpmehelpapplication/src/main/resources/fxml/charityPage.fxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.layout.*?>


<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="1509.0" prefWidth="1440.0" xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1">
<top>
<HBox prefHeight="80.0" prefWidth="586.0" style="-fx-background-color: #2F8F8B;" BorderPane.alignment="CENTER" />
</top>
</BorderPane>

0 comments on commit c8f7157

Please sign in to comment.