org.basex
Class BaseXWin

java.lang.Object
  extended by org.basex.BaseXWin

public final class BaseXWin
extends java.lang.Object

This is the starter class for the graphical frontend.

Author:
Workgroup DBIS, University of Konstanz 2005-08, ISC License, Christian Gruen

Method Summary
static void init()
          Initializes the GUI.
static void main(java.lang.String[] args)
          Main Method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static void init()
Initializes the GUI.


main

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

Parameters:
args - command line arguments. An initial XML document or database file can be specified as argument.