Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Latest commit

 

History

History

easyfxml-samples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

EasyFXML - Usage samples

These samples aim to demonstrate usage of some specific modules or feature-sets.

Feel free to experiment with them!

  • EasyFXML (core)

    • Simple Hello World greeter: Very basic usage of EasyFXML in the context of a single-view single-UI-component context. A good first look with as little overhead complexity than necessary to showcase what a minimal project would look like.
  • EasyFXML - FXKit

    • User identity form: Basic form description, usage and testing for an imaginary user identity submission view

Finally, for a fully-fledged application example, have a look over at Lyrebird, a JavaFX Twitter client. Note that it's not necessarily showing best usage or practices at the moment though.