Where should the GWT dialog title be set? -


is the title (or caption) of the GWT dialog "Remote Procedure Call" on the demo app, can I set it somewhere else If yes, then where?

... or do I have to use a subclass?

If you do not want to use subclass, you can use the 'text' property of the dialog box can do.

  dialogBox.setText ("text");    

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -