Home | Trees | Indices | Help |
|
---|
|
object --+ | GeneratorGUI
This class represents the user interface of the Random Text Generator program.
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Creates a new Random Text Generator GUI. The constructor needs to create the following GUI components and make them visible onscreen:
Store each widget to an object variable. Testing requires this.
|
Event handler method: reacts to clicks of the "Randomize!"
button by generating random text based on the text file indicated by what
the user has written in the input text field (either the name of a local
text file or the address of a file on the net). I.e., when the user
clicks the button, this method makes use of the The resulting random text is placed in the output text area. It replaces any text that was previously there. See Also: Generator |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 23 12:29:10 2012 | http://epydoc.sourceforge.net |