> My current strategy is to use the Pivot plugin for Eclipse, but it's pretty > limited -- it only lets you run a bxml file whose top level node is Window
Right. > and doesn't use any user classes Not right. :-) The root element just needs to be a subclass of Window. It doesn't have to be an actual Window.
