cryptix.util.test

Class TestGUI

public class TestGUI extends Panel

A GUI panel for the test classes.

Copyright © 1998 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.1 $

Since: Cryptix 3.0.4

Author: David Hopwood

Constructor Summary
TestGUI(BaseTest owner)
Creates a TestGUI with the given owner.
Method Summary
DimensiongetMinimumSize()
PrintWritergetOutput()
DimensiongetPreferredSize()
protected voidinit()
voidupdate(Graphics g)
Override update to avoid flicker.
voiduseAppFrame(boolean flag)
voidwaitForExit()

Constructor Detail

TestGUI

public TestGUI(BaseTest owner)
Creates a TestGUI with the given owner.

Method Detail

getMinimumSize

public Dimension getMinimumSize()

getOutput

public PrintWriter getOutput()

getPreferredSize

public Dimension getPreferredSize()

init

protected void init()

update

public void update(Graphics g)
Override update to avoid flicker.

useAppFrame

public void useAppFrame(boolean flag)

waitForExit

public void waitForExit()