Project-Save-to-CSV-and-DrinkWater
- My first project with JAVA, This work my old project in March 2021
- พัฒนาโดย (Programing): นายกวินภพ ชมนิกร
- Introduction
- Prerequisites
- Setup
- Running the Application
- Project Structure
- Usage
- Contributing
- License
This project is a basic Java Desktop Application that demonstrates CRUD operations and saves data to a CSV file. It is designed for beginners to get started with Java GUI development using NetBeans.
-
JDK 9 or higher
- Go to the Oracle JDK download page.
- Accept the license agreement.
- Download the installer for your operating system.
- Follow the installation instructions.
-
NetBeans 13
- Go to the NetBeans download page.
- Select the version 13 and download the installer for your operating system.
- Follow the installation instructions.
-
Clone the repository:
git clone https://github.com/kawin101/Java_GUI_CRUD_CSV.git cd Java_GUI_CRUD_CSV
-
Open the project in NetBeans:
- Open NetBeans.
- Go to File > Open Project.
- Navigate to the cloned repository and open it.
-
Build the project:
- Right-click on the project in the Projects pane.
- Select Build.
-
Run the project:
- Right-click on the project in the Projects pane.
- Select Run.
-
Using the application:
- The main window will open.
- You can perform CRUD operations and save data to a CSV file.
Java_GUI_CRUD_CSV
├── src
│ └── main
│ ├── java
│ │ └── com
│ │ └── example
│ │ └── Main.java
│ └── resources
│ └── application.properties
├── nbproject
│ ├── build-impl.xml
│ ├── genfiles.properties
│ ├── private
│ │ └── private.properties
│ ├── project.properties
│ └── project.xml
├── build.xml
├── manifest.mf
└── README.md
- Main.java: The main entry point of the application.
- application.properties: Configuration file for the application.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the Apache License 2.0.