InterviewSolution
Saved Bookmarks
| 1. |
Write the uses for the commands in small basic: 1. GraphicsWindow.FillEllipse 2. GraphicsWindow.DrawRectangle 3. TextWindow.DrawTriangle 4.TextWindow.FillRectangle 5. TextWindow.DrawLine |
|
Answer» ong>ANSWER: USESES OF GRAPHICS WINDOW The Graphical Representations or ``Graphics'' window controls how molecules are drawn. Molecules are represented by reps, which are defined by FOUR main parameters: the selection, the drawing method, the coloring method, and the material. USESES OF TEXT WINDOW text box, text FIELD or text entry box is a control element of a graphical USER interface, that should ENABLE the user to input text information to be used by a program. |
|