Archive for the ‘Gallery Widget’ Category

SWT Gallery Widget is approved by Eclipse

February 3rd, 2007

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

Gallery Widget and SWT.MULTI

January 31st, 2007

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);

See SWT Gallery Home page

Exemple d’utilisation du widget SWT Gallery

January 25th, 2007

Cela donne ça : la liste des images apparait sur la gauche quand la souris se rapproche du bord de l’écran.
ShareMedia Plein écran

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