Saved Bookmarks
| 1. |
Write the uses for the commands in small basic:1. GraphicsWindow.FillEllipse2. GraphicsWindow.DrawRectangle3. TextWindow.DrawTriangle4.TextWindow.FillRectangle5. TextWindow.DrawLine |
|
Answer» 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. |
|