views:

19

answers:

0

Does anyone have an example of how the Java SpringLayout Layout Manager works with Groovy's SwingBuilder class?

SpringLayout handles constraints a bit differently from the other layout managers, so I can't quite figure out how to make it work.

Any thoughts, examples, tutorials would be much appreciated!

Thanks!