Skip to content
This repository was archived by the owner on Oct 10, 2021. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Timer

Building tools:

  • JavaFX, FXML, CSS and JavaFX Scene Builder

IDE:

  • IntelliJ

Download application: timer.jar

User Interface:

  • Mobile like

timer

  • Support both computer keyboard and mouse click input

timer

Notes:

  • Controller implements Initializble
    • initialize runs after root elements are processed.
  • TimeLine
    • getStatus.toString() : PAUSED, RUNNING, STOPPED
  • focusedProperty():
    • addListener : listen if is focused (actived)