TheKiddos/Restaurant-SyS

Wrong FXML name should be Customer FIX NOW

HHHMHA opened this issue · 0 comments

Util.createWindowContainer( "templates/table.fxml", null, "Customers" );

Should be

Util.createWindowContainer( "templates/customers.fxml", null, "Customers" );