edu.umd.cs.piccolox.swt.examples
Class SWTBasicExample
java.lang.Object
edu.umd.cs.piccolox.swt.examples.SWTBasicExample
public final class SWTBasicExample
- extends Object
Method Summary |
static void |
main(String[] args)
|
static org.eclipse.swt.widgets.Shell |
open(org.eclipse.swt.widgets.Display display)
Create and open a new shell on the specified display. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SWTBasicExample
public SWTBasicExample()
open
public static org.eclipse.swt.widgets.Shell open(org.eclipse.swt.widgets.Display display)
- Create and open a new shell on the specified display.
- Parameters:
display
- display
- Returns:
- a new shell on the specified display
main
public static void main(String[] args)
Copyright © 1995-2011 Piccolo2D. All Rights Reserved.