Parkinson Disease Database

spirals.motol
Class ParkinsonDiseaseDatabase

java.lang.Object
  extended by spirals.motol.ParkinsonDiseaseDatabase

public class ParkinsonDiseaseDatabase
extends java.lang.Object

Here it all begins. Entry class for programm.

First is read configuration file, then opened main frame window which start database engine and there is performed rest of initialiyation.

Copyright: Copyright (c) 2005 Jan Dolezel

Company: ÈVUT FEL, Prague


Constructor Summary
ParkinsonDiseaseDatabase(Configuration conf)
          Construct and show the application.
 
Method Summary
static void main(java.lang.String[] args)
          Application entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParkinsonDiseaseDatabase

public ParkinsonDiseaseDatabase(Configuration conf)
Construct and show the application.

Parameters:
conf - configuration of application
Method Detail

main

public static void main(java.lang.String[] args)
Application entry point.


Parkinson Disease Database