I did not find a way to use a shuttle list for binding a chosen list selected item value to a JComponent. The control does have support for retreiving all selected items via the helper list, but this only gets propagated after the form is closed.

A use case example : if you want to show a shuttle list of users, and - by clicking on any of the users in the chosen list - you want to bind another JComponent to a selected user.

Or maybe a shuttleList master/detail form implementation ?

Regards,
M