Java and Eclipse Plugin Development
Java, Eclipse Plugin Development and best software development practices
Sunday, March 6, 2016
Eclipse non-model dialog
@Override
protected
void
setShellStyle(
int
newShellStyle
) {
super
.setShellStyle(SWT.
CLOSE
| SWT.
MODELESS
| SWT.
BORDER
| SWT.
TITLE
);
setBlockOnOpen(
false
);
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment