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

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

public class SWTHelloWorld
extends java.lang.Object

Piccolo2D SWT Hello World example.


Constructor Summary
SWTHelloWorld()
          Create a new Piccolo2D SWT Hello World example.
 
Method Summary
static void main(java.lang.String[] args)
          Main.
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

SWTHelloWorld

public SWTHelloWorld()
Create a new Piccolo2D SWT Hello World example.

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)
Main.

Parameters:
args - command line arguments, ignored


Copyright © 1995-2011 Piccolo2D. All Rights Reserved.