sys
| stmts | Basic language statement constructs |
| lists | Working with sys::List |
| maps | Working with sys::Map |
| files | Working with sys::File |
| logging | Working with sys::Log |
| reflection | Working with sys::Pod, sys::Type, sys::Slot |
| wordcount | File IO, Str split, Maps |
concurrent
| actors | Working with sys::Actor |
fwt
| hello | Hello world with FWT |
| demo | Shows off just about everything at once |
| desktop | Paints desktop monitor configuration |
| clipboard | Use of Desktop.clipboard |
| clock | FWT combined with Actors |
| richtext | Basic RichText document model |
| scrollpane | Using ScrollPane |
| gradient | Gradients (at least what SWT supports) |
| timer | Timer using Desktop.callLater |
| table | Table model and visualization options |
| sending | Sending email via SMTP |
java
| hello | Hello world with Java FFI |
| swing | Swing application using Java FFI |
| buildjardist | Build fansh into a single JAR for deployment |
js
| hello | Hello world JS appliaction |
| env | Shows how to configure the JS boot Env |
| dom | Basic examples of using dom APIs |
util
| main | Working with util::AbstractMain |
web
| client | Working with web::WebClient |
| hello | Hello world web server application |
| demo | Illustrates some basic web APIs |
webfwt
| demo | Run web server to demo Web FWT in browser |