SWT Gallery Widget is approved by Eclipse
February 3rd, 2007My SWT widget has been through the IP process of the Eclipse Foundation. And I hope it will be available of the nebula CVS within the next 7 days.
Current home page : SWT Gallery Widget
My SWT widget has been through the IP process of the Eclipse Foundation. And I hope it will be available of the nebula CVS within the next 7 days.
Current home page : SWT Gallery Widget
I’ve just commited a new patch for my SWT Gallery widget. Using the SWT.MULTI constant, you can now choose between single and multiple selection behaviors.
When only one item should be selected at the same time, use :
new Gallery( parent, SWT.V_SCROLL);
When several items can be selected at the same time :
new Gallery( parent, SWT.MULTI | SWT.V_SCROLL);
Cela donne ça : la liste des images apparait sur la gauche quand la souris se rapproche du bord de l’écran.

GalleryWidget – Widget Java SWT
Sharemedia – Gestion et partage de photos multiplateformes open source