Single Selection function on Panel
Hi,
I'm making a project with a Panel (A), inside the panel will contains some self-made components that are listed in the Panel like "Large Icon view mode" in the Window explorer.
what I want to do is to make this panel to has a single selection mode as same as JTable. I would like to let it able to reset all selection of components, and only able to select one component at every time.
Any idea I can implement this Panel A ?
Thanks

