erkka
Class Main

java.lang.Object
  |
  +--erkka.Main

public class Main
extends java.lang.Object

Title: Erkka-Projekti Description: Simple drawing program and sql-generator. Easy to add new symbols, just edit config file and write new paint methods Symbol class. Copyright: Copyright (c) 2002 Company: Erkka

Version:
1.22 Fixed problem with renamed org.apache -packages.
, 1.2 Jukka Mäntylä 2005. SQL-panel no more. , 1.11 Jukka Mäntylä 2005. Fixed fatal bug in opening erkka-files. , 1.1 Jukka Mäntylä 2005. Changelist: - java 1.5 compability => uses xalan 2.6, changed Muunnos.java, LongTask.java - checks if there are problems with ER-diagram before transforming to SQL. ODBCConnect - XSL-fixes: params. XSL-files. - NUMERIC(*,*) now accepted in relation-view. Relation.java - fixed stall when selecting view | sql. Control.java - Query-panel. MainWindow.java. Control.java. , 1.0

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

Constructor Detail

Main

public Main()
Construct the application

Method Detail

main

public static void main(java.lang.String[] args)
Main method