ScreenGen - Visual GridBag Screen Generator

Here is some stuff that I have been playing arround with. GridBagLayout is the layout manager that I have to use for cross platform support but I have been frustrated by the lack of support for it in the major tools.  So I've hacked together my own.

I've put a new version of the software up.  The new version does menus, packages and a few other things as well as general bug fixes.  The code has been cleaned up a bit, but still resembles to some degree the overgrown hack prototype to explore some of the new features of java that it started life as (Thats my cop out since I do this professionally and  wouldn't like someone to think that this is actually how I like code to look).

The current version has used some of the classpath browse stuff from the buildtools code based arround Slava Pestov's  wonderful jEdit project at http://sourceforge.net/project/?group_id=588 .

Regards

Mark 18-5-00
 

Picture of ScreenGen
 

My work environment is currently linux, and IBM JDK 1.3 but it also works with the Blackdown 1.2.2 releases.

Im developing this purely for my own use at the moment as in both work and study I often have the need to generate gridbag style screens, but I am quite happy to give the code to anyone for their own use or incorperation into another project, as long as it's a GPL style project.

I use this program to generate a class file with all the components, then my real class inherits from the generated class (which is usually in a .gen subpackage of the real package).  All the attributes, edit fields, buttons are public so the parent can attach listeners to them.

Currently I generate the .java file and when I need to reedit it I load in the compiled .class file, fiddle around with it and save it again.

Additional Features - Release 18/5/00
 


Original Features



Runtime version

You will need
 
The program can then be run using
        $java -cp screengen.jar screengen.gui.ScreenGen
or under windows.
        $java -cp screengen.jar screengen.gui.ScreenGen

If you fail to get any images for the toolbar along the top, you need to ensure that the jdk file jdkXXX/lib/dt.jar is
in the classpath or the appropriate autoload area.  These are where the Swing bean icons are held. ( A note for IBM Jdk 1.3 release candiate users, you will need to use the dt.jar from somewhere else (probably backdown jdk1.2.2), as they forgot to put it in the package.

To get started highlight the "Windows" tag (in the tree view) and then press the "add Frame" button.  You can then highlight the created frame (in the tree view) and add components, and nested components.

Development will of course be sporadic, as I have other things I should really be doing instead.

GPL - Source Code

screengen_src.tar.gz - ScreenGen java source code
Currently this source is destined for eventual inclusion in the freebuilder project (see links). The program has been developed, in part as learning about swing, and in part hacking something that did the basic things I require - so some of it is a bit raw. Any changes/improvements are welcome back.
 

Some general points

Comments are welcome to : mark.odonohue@gmail.com
 
 

Who are we

We is currently just me, Mark O'Donohue.  I have been working in the computing industry for the last 20 odd years, and have been doing a part time Phd in Computer simulated molecular dynamics for too long now.  I work in the computing software industry which supports self and family.  Java and linux have been my favorite tools for quite a while now.  Workwise Im fully committed but if you have anything interesting...

I developed screengen because the systems I have developed often needed gridbag screens and I got frustrated with the current tools.
 
 

Related Links

Korfe- another screen generator you may be interested in
Freebuilder - visual gui develper project (still at an early stage)

If you have comments or suggestions, email me at mark.odonohue@gmail.com