GridBagLayout can do this
(with
GridBagConstraints gbc = new GridBagConstraints();
...
gbc.fill = GridBagConstraints.NONE;
...
)
and many other things. Since I have learned this layout manager I do not
need any other layout manager(s). But it is complex and has very
unpolish design. So do not hes
Hi
Thanks everyone for responding to my question of passing classes as
parameters. I've successfully used the java.lang.reflect API to dynamically
create instances even with parameters in the constructor.
I have another question concerning building nice looking forms. In any data
input form you