Whoa. LOTS of new stuff here now. Also lots of bug fixes, subtle and otherwise. I've been working on other projects and they will continue to occupy most of my time now. Books aren't selling so I'm looking into other avenues so Seedlet development probably won't be quick.
I also wrote and uploaded a basic User's Guide. It should be fairly close to the current release. I tried to keep things synchronized but, as always, the javadoc is the final authority.
Here's the change log/update list since the last post.
5.18.2016... read more
Welcome to the first official Seedlet release. Now the required documentation for the Apache license is in the JAR. TestSeedlet now has a command line option to show only the basic Seedlet GUI: no Panels, no Menus, only the Seedlet console and buttons. F1 and F2 still work but everything else is suppressed.
Added a screenshot of basic Seedlet and one with Seedlet and Dump Demo.
5.11.2016
Added getJULogger() method.... read more
Seedlet is an easy-to-embed source-code-embedded Java GUI for programs whose GUI requirements are simple. It is designed to provide a fast, flexible and simple GUI without a lot of work developing it.
Seedlet is AWT-based and, besides the GUI, contains a lot of machinery 'under the hood' to simplify application development. It was written to be used (but not limited to) three ways: