Programming Java

Tasks studies - laboratory


Project maintained by dawidolko Hosted on GitHub Pages — Theme by dawidolko

Example CRUD Java Swing

Exercise

involves creating a project containing CRUD operations using an external database. To do this, complete the individual steps in the instructions below:

Step 1.

Database – xampp , we create a database using xampp

According to the figure below


example

We will create the database using mysql connector of java link - download it. Select the platform according to the figure below.


example

and download the file:


example

The downloaded file should be unpacked and the JAR file should be added to the project by dragging it onto the name of our project


example

The file has been added, then go to the project settings File ->Project Structure


example

Click on + and the following window will appear and select our previously added file, click OK


example

Step 2. Create the following form views - they do not have to be identical, icons can be downloaded from the website link


example


example


example