Easier java constructors?

It might be interesting (if it doesn’t have this feature already) to be
able to specify named parameters in java type constructors, a la

http://www.jython.org/archive/21/docs/properties.html

frame = awt.Frame.new(size=(500,100)) (it calls the metho “setSize” on
it or what not).

Cheers and best of luck.
-roger-