org.gudy.azureus2.ui.swt.welcome
Class WelcomeWindow

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.welcome.WelcomeWindow

public class WelcomeWindow
extends Object

This is the What's New window


Constructor Summary
WelcomeWindow(org.eclipse.swt.widgets.Shell parentShell)
           
 
Method Summary
 void _setWhatsNew()
           
 void init(org.eclipse.swt.widgets.Shell parentShell)
           
static void main(String[] args)
           
 void setWhatsNew()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WelcomeWindow

public WelcomeWindow(org.eclipse.swt.widgets.Shell parentShell)
Method Detail

init

public void init(org.eclipse.swt.widgets.Shell parentShell)

setWhatsNew

public void setWhatsNew()

_setWhatsNew

public void _setWhatsNew()

main

public static void main(String[] args)