Class StartStopInterface

java.lang.Object
  |
  +--StartStopInterface

public class StartStopInterface
extends java.lang.Object


Field Summary
 javax.swing.JPanel p
           
 javax.swing.JButton start
           
 javax.swing.JLabel status
           
 javax.swing.JButton stop
           
 
Constructor Summary
StartStopInterface()
           
 
Method Summary
 javax.swing.JPanel createPanel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p

public javax.swing.JPanel p

start

public javax.swing.JButton start

stop

public javax.swing.JButton stop

status

public javax.swing.JLabel status
Constructor Detail

StartStopInterface

public StartStopInterface()
Method Detail

createPanel

public javax.swing.JPanel createPanel()