Project Management System using JavaFX

By Praveen Mohan, Elancheran, May 13, 2009

Project Management System is a simple JavaFX application that demonstrates the usage of the new UI Controls. It simulates a typical project management system and allows to manage multiple projects, multiple tasks in each project and track the status of the tasks.

This application demonstrates the usage of various controls listed below:

  • List
  • ToggleButton
  • RadioButton
  • ProgressBar
  • Slider
  • TextBox
  • CheckBox
  • Button
  • Label
  • Layouts

Project Management System allows the user to view existing projects, add new projects, add new tasks for an existing project, and view and edit the task details and status.

This application is using mock data and changes are valid only for a particular application session.