views:

182

answers:

1

Via this question, it would seem that normally you can't mix-and-match look and feels in the same swing app.

However, we've been using groovy's swingbuilder to handle all of our GUI code, and groovy seems to do enough black magic that this seemed in the Realms of the Possible.

Can swingbuilder set the LaF at, say, the Frame level?

(Specifically, the main app opens a specific sub-utility in it's own frame, rather than a dialog box. This child frame and all of its children are what I'd like to have in a different LaF from the main app frame.)

A: 

For the record, the answer is "no."

Electrons_Ahoy