Skip to content

Instantly share code, notes, and snippets.

@springcome
Created November 6, 2015 07:54
Show Gist options
  • Save springcome/5e91c432ed39a78fcc29 to your computer and use it in GitHub Desktop.
Save springcome/5e91c432ed39a78fcc29 to your computer and use it in GitHub Desktop.
SmartGWT addDrawHandler
public Screen() {
addDrawHandler(new DrawHandler(){
@Override
public void onDraw(DrawEvent event) {
// 화면이 모두 생선된후 처리
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment