Decorations « org.eclipse.swt.widgets « Java by API






1.new Decorations(shell, SWT.BORDER)
2.new Decorations(shell, SWT.CLOSE)
3.new Decorations(shell, SWT.MIN)
4.new Decorations(shell, SWT.MAX)
5.new Decorations(shell, SWT.NO_TRIM)
6.new Decorations(shell, SWT.RESIZE)
7.new Decorations(shell, SWT.TITLE)
8.new Decorations(shell, SWT.ON_TOP)
9.new Decorations(shell, SWT.TOOL)