Skip to content

This project is a learning journey into Java GUI development, focusing on building desktop applications. The framework used here is JavaFX.

Notifications You must be signed in to change notification settings

FarrelAD/Task-Manager-Java-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a Java GUI Desktop App with JavaFX

Currently, this project is only for displaying projects and tasks based on the stored data. Users still cannot create, update, or delete tasks.

Login Window

Login window

Dashboard Scene with Dynamic View to Display All Projects

Dashboard scene

Dynamic View to Display Tasks

Tasks - Exercise Routine

Tasks - Exercise routine

Tasks - Software Development

Tasks - Software development



All data used by the app is managed through the AppData class. This includes a Map<String, Project> projectsData = new HashMap<>(); attribute, where all project data is stored.Any changes made in AppData will automatically and dynamically update the view.

About

This project is a learning journey into Java GUI development, focusing on building desktop applications. The framework used here is JavaFX.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages