Java Games: Flashcards, matching, concentration, and word search.

Chapter 11 - Working with Forms

Forms, Collection, QueryUnload, Print, Property Let & Get & Set, MDI, Toolbars, StatusBars, CoolBars,

AB
Forms CollectionA collection whose elements represent each loaded form in an application.
Subscript or IndexCan be used to access elements in a collection
Count PropertyContains an integer equal to the number of elements in your collection
Unload EventOccurs when a form is about to be removed from the screen.
Print MethodPrints text in the immediate window or in forms or in UserControl Objects.
frmFormName.Print Data to PrintThe format of the Print method when applied to a form
Spc( ) FunctionForces the next print to begin a certain number of spaces over
Tab( ) FunctionForces the next print to begin in a specific column
Property Get ProcedureReturns the value of a defined property
Property Let ProcedureAssigns a value to a previously defined property
- SDI -Single Document Interface. Contains a single data window
- MDI -Multiple Document Interface. Contains multiple data windows
frmFormName.ShowCode used to make a form the active form.
Parent FormThe primary form used as backdrop to hold other forms in a MDI
ToolbarsGive the user one-button access to the most common commands
CoolbarsGreat for adding extra-wide toolbars to your app.


Roopa Mathur

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities