Class GMain

java.lang.Object
  extended byGMain

public class GMain
extends java.lang.Object

Testovaci program pro tridu Speech - GUI verze


Field Summary
static javax.swing.JPanel box
           
static javax.swing.JEditorPane ed
           
static javax.swing.JFrame frame
           
static javax.swing.JLabel info
           
static java.util.Properties p
           
static java.lang.String sentence
           
static Speech sp
           
 
Constructor Summary
GMain()
           
 
Method Summary
static void main(java.lang.String[] args)
          main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sentence

public static java.lang.String sentence

frame

public static javax.swing.JFrame frame

info

public static javax.swing.JLabel info

sp

public static Speech sp

box

public static javax.swing.JPanel box

ed

public static javax.swing.JEditorPane ed

p

public static java.util.Properties p
Constructor Detail

GMain

public GMain()
Method Detail

main

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