> I notice that the Push Button example extended Window and Implemented > Bindable. So I figured this was just a different way of having the <window> > tags in the bxml file.
No, Bindable is a way to associate named values you declare in BXML with member fields in a Java class. > Im still perplexed on how the Push Button tutorial is supposed to work like > that. It doesn't implement Application and in the bxml file is has its own > custom namespace, which I know is a App specific subclass of Window, which > makes sense. I just don't know why it wont work or how it even > "communicates" with the .bxml file. See above. :-) G
