Small Basic - TextWindow
TextWindow metinsel girdi ve çıktı fonksiyonları sağlar. Örneğin, bu sınıfı kullanarak; metin ya da sayıları metin penceresine yazmak ya da metin penceresinden okumak mümkündür.
The TextWindow provides text-related input and output functionalities. For example using this class, it is possible to write or read some text or number to and from the text-based text window.
Small Basic - GraphicsWindow
GraphicsWindow grafiksel girdi ve çıktı fonksiyonları sağlar. Örneğin,bu sınıfı kullanarak, daireler ve diktrötgenler çizmek ve doldurmak mümkündür.
The GraphicsWindow provides graphics related input and output functionality. For example, using this class, it is possible to draw and fill circles and rectangles.