Class Summary |
AboutDialog |
Display about modal window.
|
Gui |
Main Java application to run randomness tests on files and algorithms.
|
MsgBox |
MsgBox modal dialog has a title and msg fields/labels. |
SimpleButton |
SimpleButton has a preferred size of width=100 and height=30.
|
SimplePanel |
SimplePanel panel has a title and textarea field filling 99% of the panel
area.
|
VWrappingLabel |
source from http://www.codeproject.com/java/vwrappinglabel.asp
VWrappingLabel is based on Symantec's class WrappingLabel; however, this class
can format the text vertically, too. |