The Source for Java Technology Collaboration


  • JGoodies Forms layout system. The JGoodies Forms framework helps you lay out and implement elegant Swing panels quickly and consistently. It makes simple things easy and the hard stuff possible, the good design easy and the bad difficult.
  • ExplicitLayout

  • UI Heirarchy lets you write your ui code in a heirarchical fashion.

  • RelativeLayout let's you specify the relationships between elements in your interface, and lets the layout manager sort out the details.

  • NaturalLayout is a layout manager that has very usefull features, but is incredibly simple to use, and is based on ideas from Qt as the previous point references.

  • TableLayout is similar to GridBagLayout? in power/flexibility but much easier to use.

Topic LayoutManagers . { Edit | Ref-By | Printable | Diffs r9 < r8 < r7 < r6 < r5 | More }
 XML java.net RSS

Revision r9 - 09 Feb 2005 - 04:08:54 - Main.pietschy
Parents: TWikiUsers > JoshuaMarinacci > BetterDesktopJava