...
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.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> |
...