I think it is an AsWing core question, an ask on Aswing mailing list should
be better ;)
Nevertheless, In Fever & FvAsWing, you are sure that all properties (
frameworks and UI ) are initialized when the #run() method is call.
I never play with the mamximumLayoutSize for now, so I don't really can help
you for this job, sorry :(
When I play with JFrame components, maximum size and maximum draggable area
are automatically sets with Fever main view area.
You can take a look at *fvaswing.visual.FvAbstractFrameView* which is my
abstract class to play with JFrame based ( adding Pixlib MVC features, but
perhaps you can look at JFrame instanciation ( _createUI() method to buld
correct JFrame MC target ) )
Good luck,
Romain.