JHotDraw 7rev733

org.jhotdraw.samples.teddy
Class Main

java.lang.Object
  extended by org.jhotdraw.samples.teddy.Main

public class Main
extends java.lang.Object

Main entry point of the Teddy sample application. Creates an Application depending on the operating system we run, sets the TeddyApplicationModel and then launches the application. The application then creates TeddyViews and menu bars as specified by the application model.

Version:
$Id: Main.java 731 2011-01-22 09:21:06Z rawcoder $
Author:
Werner Randelshofer.

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String NAME
           
 
Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Launches the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Launches the application.

Parameters:
args - the command line arguments

Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.