"Adapter" isn't really the right term. Have you considered using ScriptApplication?
On Mar 21, 2011, at 6:29 PM, Sandro Martini wrote: > Hi all, > searching in Pivot code base I've found 45 occurrences of > > private Window window = null; > > (of course most of them under demos, examples, tests, tutorials) > > and related (empty method required by Application). > > So, to simplify a little, what do you think to add an > WindowApplicationAdapter (or if someone has a better name is welcome > :-) ) so all samples can simply extend it (and maybe put inside a > private window and a private bxmlserializer) ? > (Ok I agree that's a very little thing but could be useful ...). > > Comments ? > > Bye, > Sandro