Skip to content

Flash cards app using JavaFX, Scene Builder and persistence using Serialization with JAVA IO API

Notifications You must be signed in to change notification settings

aliraja-dev/flashcards-javaFx-SceneBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flashcards - JavaFX , Scene Builder, Serialized Persistence JAVA IO API

Main Scene that will show all the Decks in Flash Card App

homepage

Add or Edit Cards in a Deck

homepage

Play cards in a deck

homepage

Show Answer

homepage

Add new Deck

homepage

Getting Started

Run main method in Main.java file.

Project Backlog

Add CSS stylesheets Add Key bindings for shortcuts Add Next Button Support to move btw cards

Revisions to launch.json

Using Vs code update the "vmArgs": "--module-path --add-modules=javafx.controls,javafx.fxml"

If you change the package name, update the fully qualified name of the main class using the revised package name eg: main.Main

keep this as this one, not Launch Main "name": "Launch App"

Main.java

Make sure you point to the correct starting point fxml file getResource("main.fxml"));

Import Referenced libraries of JavaFX

inside the Java Projects in VS Code, attach referenced libraries and select all the JAR files of the JavaFx. This will include them in your project. Another way is to add them to the lib folder of the project as well.

About

Flash cards app using JavaFX, Scene Builder and persistence using Serialization with JAVA IO API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published