In preparation for a JavaOne demo, I've simplified the
NetBeans/Wicket support, from a ui and user perspective. This is
what the Frameworks panel now looks like, after I removed some
superfluous options (so that now the header panel is always
created, while the useless option for the dummy pojo is removed)
and changed some default names:
And when the user finishes the wizard, they will see exactly
this, i.e., the source package folder will be open automatically
and the HomePag...