164165166167168169170171172173174
public void setText(String text) { shell.setText(text); Composite windowTitle = (Composite) titleArea.getData("title"); windowTitle.redraw(); windowTitle.update(); } public void setBounds(Rectangle bounds) {