Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
themeConfluence
/*
 * 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.button = new XdevButton();

	this.button.setCaption("Save");

	this.button.setSizeUndefined();
	this.setContent(this.button);
	this.setWidth(600, Unit.PIXELS);
	this.setHeight(300, Unit.PIXELS);
} // </generated-code>

// <generated-code name="variables">
private XdevButton button; // </generated-code>

...