bb.gui
Class ScreenShot.UnitTest.Gui

java.lang.Object
  extended by bb.gui.ScreenShot.UnitTest.Gui
Enclosing class:
ScreenShot.UnitTest

private static class ScreenShot.UnitTest.Gui
extends Object


Field Summary
private  int count
           
private  Frame frame
           
private  JFrame jframe
           
private  JLabel jlabel
           
private  JPanel jpanel
           
private  TextField textField
           
 
Constructor Summary
private ScreenShot.UnitTest.Gui()
           
 
Method Summary
private  ActionListener getTimerActionListener()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

private Frame frame

textField

private TextField textField

jframe

private JFrame jframe

jlabel

private JLabel jlabel

jpanel

private JPanel jpanel

count

private int count
Constructor Detail

ScreenShot.UnitTest.Gui

private ScreenShot.UnitTest.Gui()
Method Detail

getTimerActionListener

private ActionListener getTimerActionListener()