samples.tutorials.applet
Class DemoUI

java.lang.Object
  extended by samples.tutorials.applet.DemoUI

public class DemoUI
extends Object

Main class for the demo


Nested Class Summary
 class DemoUI.MyOutputStream
           
 
Field Summary
static String[] classes
           
 JTextPane code
           
 JList list
           
static Logger LOGGER
           
static Properties properties
          Properties file
 JTextArea result
           
 boolean solving
           
 
Constructor Summary
DemoUI()
           
 
Method Summary
 void createGUI(Container contentPane)
           
 void runDemo()
           
 void updateCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

public static final Logger LOGGER

list

public JList list

code

public JTextPane code

result

public JTextArea result

solving

public boolean solving

properties

public static final Properties properties
Properties file


classes

public static final String[] classes
Constructor Detail

DemoUI

public DemoUI()
Method Detail

createGUI

public void createGUI(Container contentPane)

runDemo

public void runDemo()

updateCode

public void updateCode()


Copyright © 2012. All Rights Reserved.