diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index dfe0770..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto diff --git a/Dynamic-Developers/Lib/TrayNotification-5393c3a54f.jar b/Dynamic-Developers/Lib/TrayNotification-5393c3a54f.jar deleted file mode 100644 index 8b0a564..0000000 Binary files a/Dynamic-Developers/Lib/TrayNotification-5393c3a54f.jar and /dev/null differ diff --git a/Dynamic-Developers/Lib/TrayTester.jar b/Dynamic-Developers/Lib/TrayTester.jar deleted file mode 100644 index 98353ef..0000000 Binary files a/Dynamic-Developers/Lib/TrayTester.jar and /dev/null differ diff --git a/Dynamic-Developers/Lib/itext-1.3.1.jar b/Dynamic-Developers/Lib/itext-1.3.1.jar deleted file mode 100644 index 420214f..0000000 Binary files a/Dynamic-Developers/Lib/itext-1.3.1.jar and /dev/null differ diff --git a/Dynamic-Developers/Lib/itextpdf-5.5.9.jar b/Dynamic-Developers/Lib/itextpdf-5.5.9.jar deleted file mode 100644 index e622bdf..0000000 Binary files a/Dynamic-Developers/Lib/itextpdf-5.5.9.jar and /dev/null differ diff --git a/Dynamic-Developers/Lib/poi-1.8.0-dev-20020919.jar b/Dynamic-Developers/Lib/poi-1.8.0-dev-20020919.jar deleted file mode 100644 index 4fa58e3..0000000 Binary files a/Dynamic-Developers/Lib/poi-1.8.0-dev-20020919.jar and /dev/null differ diff --git a/Dynamic-Developers/Lib/poi-5.2.0.jar b/Dynamic-Developers/Lib/poi-5.2.0.jar deleted file mode 100644 index 58bbab0..0000000 Binary files a/Dynamic-Developers/Lib/poi-5.2.0.jar and /dev/null differ diff --git a/Dynamic-Developers/Lib/poi-ooxml-3.9.jar b/Dynamic-Developers/Lib/poi-ooxml-3.9.jar deleted file mode 100644 index 8792d46..0000000 Binary files a/Dynamic-Developers/Lib/poi-ooxml-3.9.jar and /dev/null differ diff --git a/Dynamic-Developers/Voyage.csv b/Dynamic-Developers/Voyage.csv deleted file mode 100644 index e69de29..0000000 diff --git a/Dynamic-Developers/build/built-jar.properties b/Dynamic-Developers/build/built-jar.properties deleted file mode 100644 index b78ec06..0000000 --- a/Dynamic-Developers/build/built-jar.properties +++ /dev/null @@ -1,4 +0,0 @@ -#Tue, 19 Apr 2022 01:23:21 +0100 - - -C\:\\Users\\ASUS\\OneDrive\\Documents\\NetBeansProjects\\Dynamic-Developers= diff --git a/Dynamic-Developers/build/classes/Entity/ReserverVoyage.class b/Dynamic-Developers/build/classes/Entity/ReserverVoyage.class deleted file mode 100644 index 83f1f09..0000000 Binary files a/Dynamic-Developers/build/classes/Entity/ReserverVoyage.class and /dev/null differ diff --git a/Dynamic-Developers/build/classes/Entity/voyage.class b/Dynamic-Developers/build/classes/Entity/voyage.class deleted file mode 100644 index 9b2e1fa..0000000 Binary files a/Dynamic-Developers/build/classes/Entity/voyage.class and /dev/null differ diff --git a/Dynamic-Developers/build/classes/Gui/Home$1.class b/Dynamic-Developers/build/classes/Gui/Home$1.class deleted file mode 100644 index 0644680..0000000 Binary files a/Dynamic-Developers/build/classes/Gui/Home$1.class and /dev/null differ diff --git a/Dynamic-Developers/build/classes/Gui/Home.class b/Dynamic-Developers/build/classes/Gui/Home.class deleted file mode 100644 index c76cdbc..0000000 Binary files a/Dynamic-Developers/build/classes/Gui/Home.class and /dev/null differ diff --git a/Dynamic-Developers/build/classes/Gui/Media_Voyage.fxml b/Dynamic-Developers/build/classes/Gui/Media_Voyage.fxml deleted file mode 100644 index dc184eb..0000000 --- a/Dynamic-Developers/build/classes/Gui/Media_Voyage.fxml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Dynamic-Developers/build/classes/Gui/MenuDynamicDevelopersController.class b/Dynamic-Developers/build/classes/Gui/MenuDynamicDevelopersController.class deleted file mode 100644 index eb10e81..0000000 Binary files a/Dynamic-Developers/build/classes/Gui/MenuDynamicDevelopersController.class and /dev/null differ diff --git a/Dynamic-Developers/build/classes/Gui/ReserverVoyageController.class b/Dynamic-Developers/build/classes/Gui/ReserverVoyageController.class deleted file mode 100644 index fe62974..0000000 Binary files a/Dynamic-Developers/build/classes/Gui/ReserverVoyageController.class and /dev/null differ diff --git a/Dynamic-Developers/build/classes/Gui/Reservevoyage.fxml b/Dynamic-Developers/build/classes/Gui/Reservevoyage.fxml deleted file mode 100644 index 82d0fc6..0000000 --- a/Dynamic-Developers/build/classes/Gui/Reservevoyage.fxml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Dynamic-Developers/src/Gui/MenuDynamicDevelopersController.java b/Dynamic-Developers/src/Gui/MenuDynamicDevelopersController.java deleted file mode 100644 index 6440217..0000000 --- a/Dynamic-Developers/src/Gui/MenuDynamicDevelopersController.java +++ /dev/null @@ -1,97 +0,0 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ -package Gui; - -import java.io.IOException; -import java.net.URL; -import java.util.ResourceBundle; -import javafx.event.ActionEvent; -import javafx.fxml.FXML; -import javafx.fxml.FXMLLoader; -import javafx.fxml.Initializable; -import javafx.scene.Node; -import javafx.scene.Parent; -import javafx.scene.Scene; -import javafx.scene.control.Button; -import javafx.scene.image.ImageView; -import javafx.stage.Stage; - -/** - * FXML Controller class - * - * @author ASUS - */ -public class MenuDynamicDevelopersController implements Initializable { - - @FXML - private ImageView ImageP; - @FXML - private Button Voyage; - @FXML - private Button ReserverVoyage; - @FXML - private Button Restaurant; - @FXML - private Button Excursion; - @FXML - private Button ReserverRestaurant; - @FXML - private Button ReserverExcursion; - - /** - * Initializes the controller class. - */ - @Override - public void initialize(URL url, ResourceBundle rb) { - // TODO - } - - @FXML - private void Voyage(ActionEvent event) throws IOException { - try { - - Parent root = FXMLLoader.load(getClass().getResource("/Gui/Voyage.fxml")); - Scene scene = new Scene(root); - Stage stage = (Stage) ((Node) event.getSource()).getScene().getWindow(); - stage.setScene(scene); - stage.show(); - } catch (IOException ex) { - System.err.println(ex.getMessage()); - } - } - - @FXML - private void ReserverVoyage(ActionEvent event) { - try { - - Parent root = FXMLLoader.load(getClass().getResource("/Gui/Reservevoyage.fxml")); - Scene scene = new Scene(root); - Stage stage = (Stage) ((Node) event.getSource()).getScene().getWindow(); - stage.setScene(scene); - stage.show(); - } catch (IOException ex) { - System.err.println(ex.getMessage()); - } - } - - @FXML - private void Excursion(ActionEvent event) { - } - - @FXML - private void ReserverRestaurant(ActionEvent event) { - } - - @FXML - private void ReserverExcursion(ActionEvent event) { - } - - @FXML - private void Restaurant(ActionEvent event) { - } - } - - diff --git a/Dynamic-Developers/src/Gui/ReserverVoyageController.java b/Dynamic-Developers/src/Gui/ReserverVoyageController.java deleted file mode 100644 index 0a9d264..0000000 --- a/Dynamic-Developers/src/Gui/ReserverVoyageController.java +++ /dev/null @@ -1,106 +0,0 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ -package Gui; - -import Entity.ReserverVoyage; -import Entity.voyage; -import Service.Scontrole_Voyage; -import Service.ServiceVoyage; -import java.net.URL; -import java.sql.Date; -import java.util.ResourceBundle; -import javafx.event.ActionEvent; -import javafx.fxml.FXML; -import javafx.fxml.Initializable; -import javafx.scene.control.Alert; -import javafx.scene.control.Button; -import javafx.scene.control.ComboBox; -import javafx.scene.control.TableColumn; -import javafx.scene.control.TableView; -import javafx.scene.control.TextField; -import javafx.scene.image.ImageView; - -/** - * FXML Controller class - * - * @author ASUS - */ -public class ReserverVoyageController implements Initializable { - - @FXML - private ImageView ImageP; - @FXML - private TableView Tabelreservation; - @FXML - private TableColumn Voyage; - @FXML - private TableColumn Date; - @FXML - private TableColumn Age; - @FXML - private Button Add; - @FXML - private Button Modifier; - @FXML - private Button Supprimer; - @FXML - private TextField age; - @FXML - private ComboBox Trravel_class; - - /** - * Initializes the controller class. - */ - @Override - public void initialize(URL url, ResourceBundle rb) { - // TODO - } - - @FXML - private void Add(ActionEvent event) { - /* String Destinationv = Destination.getText(); - String Nom_Voyagev = Nom_Voyage.getText(); - String Duree_Voyagev = Duree_Voyage.getText(); - Date Datevoy= Date.valueOf(Datev.getValue()); - // String Valabilitev = Valabilite.getText(); - String Valabilitev = (String)combox.getValue(); - - String agev=age.getText(); - System.out.println(Datevoy); - Scontrole_Voyage sc= new Scontrole_Voyage(); - ServiceVoyage ps = new ServiceVoyage(); - - voyage v = new voyage(Destinationv,Nom_Voyagev,Duree_Voyagev,Datevoy,Valabilitev,URLImage.getText(),Float.parseFloat(Prixv)); - - System.out.println(sc.isNumeric(Prixv)); - - if( Destinationv.isEmpty()){ - Alert alert =new Alert(Alert.AlertType.CONFIRMATION); - alert.setContentText("champs vides"); - alert.showAndWait(); - }else if (! sc.isNumeric(Prix.getText())){ - Alert alert =new Alert(Alert.AlertType.CONFIRMATION); - alert.setContentText("Prixv doit étre un nombre"); - alert.showAndWait(); - } - else { - ps.AjouterVoyage(v); - refresh(); - Alert alert =new Alert(Alert.AlertType.CONFIRMATION); - alert.setContentText("Voyage ajouter"); - alert.showAndWait(); - }*/ - } - - @FXML - private void Modifier(ActionEvent event) { - } - - @FXML - private void Supprimer(ActionEvent event) { - } - -} diff --git a/Dynamic-Developers/src/Gui/Reservevoyage.fxml b/Dynamic-Developers/src/Gui/Reservevoyage.fxml deleted file mode 100644 index 82d0fc6..0000000 --- a/Dynamic-Developers/src/Gui/Reservevoyage.fxml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -