Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] 2 new SWT layout managers

I have created two new layout managers for SWT which are supplementary
to those in org.eclipse.swt.layout. The first, PlanLayout, uses a fairly
simple grid-based algorithm with cell spanning to layout widgets. The
second, LatticeLayout, is a port of the TableLayout manager originally
written by D. Barbalace for the Swing platform and posted on
java.sun.com.

Further details and the download can be found at 
http://www.quirk.co.za/resources/index.html


Regards,
  Craig Raw



Back to the top