cometa
Class Cometa

java.lang.Object
  extended by cometa.Cometa

public class Cometa
extends java.lang.Object

This is the main class of our framework. By running it, the GUI is started.


Constructor Summary
Cometa()
          Creates a new instance of cometa.
 
Method Summary
static void main(java.lang.String[] args)
          The main method.
static void restart()
          This method shows the main frame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cometa

public Cometa()
Creates a new instance of cometa.

Method Detail

restart

public static void restart()
This method shows the main frame.


main

public static void main(java.lang.String[] args)
The main method. It is used to start the framework.

Parameters:
args - Command line arguments.