...
Code Block | ||||
---|---|---|---|---|
| ||||
/* WARNING: Do NOT edit!<br>The content of this method is always regenerated by the UI designer. */
// <generated-code name="initUI">
private void initUI()
{
this.myButton = new Button();
this.myButton.setClassName("my-button-theme");
this.myButton.setText("Click me!");
this.myButton.setAutofocus(true);
this.myButton.setIcon(EditorIcons.BORDER_COLOR.create());
this.myButton.setWidth("90%");
this.myButton.setHeight(null);
this.add(this.myButton);
} // </generated-code>
// <generated-code name="variables">
private Button myButton;
// </generated-code> |
...