Skip to content

OsmanYasir/JavaFXMidterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Students-Info

Project Description

This GUI is created with JavaFX. A project where there are several buttons for adding and receiving data from text files. There is also a JUnit Test class, a parent class and it's child class. The Student class inherits the Person Class.

Jar File

JAR file location: "out/artifacts/untitled1_jar/untitled1.jar"

To open the jar file use this command:

java --module-path "%YOUR JAVAFX LIB%" --add-modules javafx.controls,javafx.fxml --add-modules javafx.base,javafx.graphics -jar %JAR LOCATION%

For example in my case:

 Java --module-path "D:\Program Files\javafx-sdk-11.0.2\lib" --add-modules javafx.controls,javafx.fxml --add-modules javafx.base,javafx.graphics -jar "out\artifacts\untitled1_jar\untitled1.jar"

Below are some screen shots from the GUI;

The Add Button

When clicked, data entered is added to the panel.

The Clear Button

When clicked, data entered is deleted from the panel.

The Save Button

When clicked, data entered is saved to a text file which you provide.

The Open Button

When clicked, a text file is opened which you provide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors