1
Chat with our AI personalities
in terms of their use
In text mode your options will be limited to fonts, sizes, and colors; in graphic mode you should have more Paint-like options.
The TextBox class is a Screen that allows the user to enter and edit text whereas A TextField is an editable text component that may be placed into a Form.
Insert allows to insert new text into existing text, without deleting the existing text. Overwrite writes overthe existing text with the new text.For example, if my cursor was at the beginning of the word "apple", and I typed "bad", then in insert mode I would now have the text "badapple", but in overwrite mode I would have the text "badle".
GUI is a Graphical User Interface, which is for making "Windowed" Applications. The CLI is a Command-Line Interface, which is a text prompt in which you can enter specific commands to be executed.