Skip to content

Simple Banking System Using JavaFx for Course "CSE 204" of "University of Asia Pacific"

Notifications You must be signed in to change notification settings

fardeen-academic/BankingSystemJavaFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BankingSystemJavaFx

Simple Banking System Using JavaFx for Course "CSE 204" of "University of Asia Pacific"

Instructions

1. Create a new JavaFx project in Eclipse
2. Copy everything in src folder to the src folder of your project.
3. Add Javafx Dependencies
4. Add External Jar to classpath (src/resources/BankingLibrary.jar)
5. Edit run configurations. Add VM arguments: --module-path "JAVAFX_PATH" --add-modules javafx.controls,javafx.fxml
6. Run src/application/Main.java
7. Edit anything and re-run the Main.java

Instructions

Click the image below to view project setup instructions in youtube.

Will Be Added soon

Folder Structure

The workspace contains two folders by default, where:

  • src : the folder to maintain sources
  • lib : the folder to maintain dependencies
  • bin : compiled class files

Meanwhile, the compiled output files will be generated in the bin folder by default.

If you want to customize the folder structure, open .vscode/settings.json and update the related settings there.

Dependency Management

1. JavFx Library Jar Files
2. External Jar Files (src/resources/BankingLibrary.jar)
3. JavaFx Library (javafx.controls, javafx.fxml)

Softwares Used

1. Eclipse IDE
2. JavaFx Scenebuilder

Video Demo

Click to watch the video on youtube.

Screenshots

ScreenShot 1

ScreenShot 2

ScreenShot 3

ScreenShot 4

ScreenShot 5

ScreenShot 6

ScreenShot 7

ScreenShot 8

GIF 1

About

Simple Banking System Using JavaFx for Course "CSE 204" of "University of Asia Pacific"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published