edu.umd.cs.piccolox.swt.examples
Class SWTBasicExample

java.lang.Object
  extended by edu.umd.cs.piccolox.swt.examples.SWTBasicExample

public final class SWTBasicExample
extends java.lang.Object


Constructor Summary
SWTBasicExample()
           
 
Method Summary
static void main(java.lang.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
 

Constructor Detail

SWTBasicExample

public SWTBasicExample()
Method Detail

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(java.lang.String[] args)


Copyright © 1995-2011 Piccolo2D. All Rights Reserved.