Skip to content

Commit

Permalink
commit : final version
Browse files Browse the repository at this point in the history
  • Loading branch information
fishe authored and fishe committed Jul 25, 2021
1 parent e0bafd6 commit 93fb7ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Controleur/CustomerDBQuery.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class CustomerDBQuery {
public final String password = ""; //password is your password to connect to the database
private Connection conn;

public CustomerDBQuery() {}
public CustomerDBQuery() {}

/**
* Execute the query
Expand Down
6 changes: 2 additions & 4 deletions src/Controleur/FXMLFinanceResultsController.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ void onEmployeeFinance(ActionEvent event) throws IOException {
}

}



@Override
public void initialize(URL url, ResourceBundle rb) {
// TODO
Expand All @@ -61,7 +60,6 @@ public void initialize(URL url, ResourceBundle rb) {
String gainToString = Integer.toString((int) gain);
m_rentals.setText(ordersToString);
m_CA.setText(gainToString);

}

}
2 changes: 1 addition & 1 deletion src/View/FXMLAccountCheckCustomer.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<AnchorPane id="AnchorPane" prefHeight="371.0" prefWidth="532.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controleur.FXMLAccountCheckCustomerController">
<children>
<AnchorPane layoutX="113.0" layoutY="-251.0" minHeight="0.0" minWidth="0.0" prefHeight="143.0" prefWidth="318.0" />
<Label layoutX="77.0" layoutY="66.0" prefHeight="50.0" prefWidth="199.0" text="Do you have a account ?" AnchorPane.leftAnchor="77.0" AnchorPane.rightAnchor="42.0">
<Label layoutX="77.0" layoutY="66.0" prefHeight="50.0" prefWidth="199.0" text="Do you have an account ?" AnchorPane.leftAnchor="77.0" AnchorPane.rightAnchor="42.0">
<font>
<Font name="System Bold Italic" size="30.0" />
</font>
Expand Down

0 comments on commit 93fb7ad

Please sign in to comment.