Details
Description
I'm having a problem with a slightly involved SwingBuilder frame construction that involves SwingBuilder.build(Script).
I've cut the demonstration down to a pretty manageable size.
This code works fine in 1.5.x. In the images you'll see that the inputEditor and statusPanel do not appear. They're actually present but the sizes apparently are wrong (moving the splitter will reveal the inputEditor).
There is a bug in root pane (frame, dialog, etc) layout (constraints) handling in 1.6 beta 2. If you wrap everything after the menu in a panel with a border layout, the status bar will show up.
This looks like a manifestation of that bug. I don't think a JIRA was ever filed, but it's on the dev mailing list as SwingBuilder constraints on 2008-11-07. Danno said it will be fixed in the RC.