Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I heard good feedback from users who used the validation framework from JGoodies, even in combination with their <code>FormLayout</code> which, as the name suggests, is a <code>LayoutManager</code> specifically designed to make components look like forms.</p> <p>I personally have only experience with the <code>FormLayout</code> and an in-house developed binding framework, where the creating of a UI as you describe boils down to a one-liner for each label-editor combination. There are certainly libraries available out-there which give you just that, but I have no experience with them so no recommandations on that front.</p> <h2>FormLayout</h2> <ul> <li><a href="http://www.jgoodies.com/freeware/forms/" rel="nofollow noreferrer">website</a></li> <li><a href="http://www.jgoodies.com/freeware/formsdemo/index.html" rel="nofollow noreferrer">demo</a> (direct <a href="http://www.jgoodies.com/download/demos/forms/formsdemo.jnlp" rel="nofollow noreferrer">webstart</a> link)</li> <li>Screenshot of a typical layout using the <code>FormLayout</code> <img src="https://i.stack.imgur.com/XQMmN.png" alt="FormLayout screenshot"></li> </ul> <h2>Validation framework</h2> <ul> <li><a href="http://www.jgoodies.com/freeware/validationdemo/index.html" rel="nofollow noreferrer">website</a></li> <li><a href="http://www.jgoodies.com/download/demos/validation/validationdemo.jnlp" rel="nofollow noreferrer">demo webstart</a></li> <li>Screenshot of their validation framework in action <img src="https://i.stack.imgur.com/H1So9.png" alt="Validation screenshot"></li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload