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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment