! JFontChooser sample


!! Running from binary package

 % unzip jfontchooser-sample-x.x.x.zip
 % cd jfontchooser-sample-x.x.x
 % java -jar jfontchooser-sample-x.x.x.jar


!! Running from source

!!!  Building and Installing jfontchooser component
 % cd ~/work
 % unzip some/to/jfontchooser-x.x.x-src.zip
 % cd jfontchooser-x.x.x
 % mvn install

!!!  Building jfontchooser sample

 % cd ~/work
 % unzip some/to/jfontchooser-sample-x.x.x-src.zip
 % cd jfontchooser-sample-x.x.x
 % mvn package
 % mvn exec:java

