advertisement

Article:
  JFC Swing: The SpringLayout Class
Subject:   Spring Layout
Date:   2004-01-08 05:24:49
From:   anonymous2
Your article says: "its purpose in life is to aid GUI builders and other code-generating tools. It can certainly be hand-coded -- and we have the examples to prove it -- but you'll often leave this layout manager to the aforementioned tools."
I love SpringLayout, but please do tell me which GUI Builder currently supports this Layout!!!! I know all are "planning to", but....
PS: I have Netbeans 3.5.1
Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Spring Layout
    2004-05-05 08:57:49  milnep [Reply | View]

    We're working on a builder that supports all
    the layout managers in swing/awt, including
    SpringLayout. It's not a full IDE - just a
    GUI builder. If you'd like to check it out
    it's here:

    http://bob.twistedprotein.com

    Philip