Details
Description
From what I've gathered so far, the UserPathPanel only supports a single path entry box, which is imho a waste of screen space and user's time if multiple paths are needed.
E.g. most applications have a home directory, a data directory, a temp directory, etc.
So closely related paths should be gathered in one place from the user.
I am aware that I could create a custom panel for this or (mis)use the UserInputPanel, but for such a common use case there should be a standard panel provided by izPack, also considering the fact that there already is a UserPathPanel, albeit a bit limited.
The UserPathPanelVariable should consequently be transformed into an array, referenced by Path names.
What do you think? I'd really love to see this in izPack, but maybe I'm the only one or missing something,-)
This is already possible using UserInputPanel, see http://izpack.org/documentation/user-input.html#directory-field
Please see on the user list for potential complements.
Cheers