Skip to content

justAbhi77/Javafx-local-Sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sql data in a GUI format

This app is my attempt at a GUI application using the Javafx framework.

It is a simple application that provides the user a login screen,to sign-in to the local mysql server to select the different databases,their respective tables and the data stored in the tables in an interactive environment.

This was made using the Java as the backend and Scene Builder as the frontend with some css styling.

Importing the project

I am using a maven build structure for this project.

To import the project, open it in IntelliJ IDEA and provide the Mysql Connector Module. To do so, download Mysql Connector Here. Then navigate to

File -> Project Structure -> Modules -> Add(The "+" Icon above the list of modules) -> 1 JARs or Directories..

Then provide the path of the Mysql Connector. Click Apply and close.

Screenshots of the application

Login Screen

Databases Shown

Table Data

About

My attempt at a GUI Application using javafx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published