CruxFramework / crux

23 stars 6 forks source link

Crux screen events are throwing a null point exception when there is no screen bounded #984

Closed samuelcardoso closed 8 years ago

samuelcardoso commented 8 years ago

There are some methods in the:

org.cruxframework.crux.core.client.screen.Screen

that tries to add events to the Screen itself. When the application run without a Screen (suppose that you just want to use Crux Components in another page not built with Crux), there are some NPE that should be threated.