Rather than having to specify the exact path of the LookAndFeel to be used for a form, which makes using the system LookAndFeel very difficult, it would be nice to be able to say SYSTEM or something like that, and have AntForm get the correct system LookAndFeel (using UIManager.getSystemLookAndFeelClassName()
).
Works if you add the following before line 144 in Control.java:
Commited in revision 202. Thanks for the patch!