Skip to content

Commit bdbd242

Browse files
committed
necessary changes in these files
1 parent bac1ceb commit bdbd242

9 files changed

Lines changed: 1 addition & 475 deletions

src/main/java/com/example/project_pos/POS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class POS extends Application {
1212
@Override
1313

1414
public void start(Stage stage) throws IOException {
15-
FXMLLoader fxmlLoader = new FXMLLoader(POS.class.getResource("/com/example/project_pos/vendors.fxml"));
15+
FXMLLoader fxmlLoader = new FXMLLoader(POS.class.getResource("/com/example/project_pos/loadingPage.fxml"));
1616
Scene scene = new Scene(fxmlLoader.load());
1717
stage.setTitle("Loading Page");
1818
stage.setScene(scene);

src/main/resources/com/example/project_pos/BranchManager_EditBranchName.fxml

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/main/resources/com/example/project_pos/BranchManager_EditCredentials.fxml

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/main/resources/com/example/project_pos/BranchManager_EditEmployeePassword.fxml

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/main/resources/com/example/project_pos/BranchManager_EditEmployyeeCount.fxml

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/main/resources/com/example/project_pos/BranchManager_UI.fxml

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/main/resources/com/example/project_pos/SuperAdmin_CreateBranchManager_UI.fxml

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)