Menu

Seedlet / Matt's SeedBlog: Recent posts

Release 1612120045

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

Posted by JamesCox 2016-12-12

Release 1605131213

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

Posted by JamesCox 2016-05-13

Welcome to Seedlet!

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:

  1. A development platform for independently-deployed APIs. Include Seedlet code while developing and then, when the application is ready, simply delete the Seedlet code or instruct your compiler to ignore it.
  2. A simple GUI front-end for command-line or web-based APIs. Write a Seedlet to use the desired API and make sure the code can "see" it.
  3. A GUI framework for standalone applications. This is the most efficient use of Seedlet. It makes such things as CardLayouts, JDBC and JSR-223 scripting simple and painless to include.... read more
Posted by JamesCox 2016-05-09
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.