Add a test to see if Timer will work with existing connect( 'ActionListener'...
Ideas:
Perhaps the autogenerated modules should be generated on the fly instead
of shipping with the module.  This would greatly reduce clutter in the
shipped module and in the index on CPAN.  Issues:
    1. can I create a substitue for use Inline Java => 'STUDY' ...
       namely, is there a way to use do to accomplish the same thing
       during autoload?
    2. listener generation still requires a list of methods (since there
       must be a listener coded in java).  Is there a way to use Java
       reflection on Adapter classes to avoid this requirement?

Remaining problems with listener generation:
1   extends clauses for listener interfaces currently only allow one parent
2   while the same is true for throws clauses on event methods, none are
    currently failing as a result
Generate Perl modules for selected awt classes, notably the layout managers
    In particular, make a procedural interface for GridBagConstraints.

Document
    Including name conflicts unresolved and other classes unimplemented

Done
Make constructors take named arguments.
Make a small, but useful example (like the expression calculator).
Add lots more classes (possibly through generation).
Correct problems with these awt listeners:
    AWTEventListener
    DragSourceListener
    DropTargetListener
Generate the swing listeners
