Windows
Properties - This window is your main coding area. Here you type in Window width and height, commands, text, color, and title. Just as a word of advice, if you make your width and height to small you may not be able to see some controls. Just enlarge the window and they will appear.
Demo - This window will help you visualize what your program will look like.
Code - Here you can type in extra code to expand your program even further. Hint: If the command you are using does not require text to be in the Code window, you can then use it as a place to put comments about your program.
Debug - This window will provide you with problems that may be in your code. It is very easy to understand, and will point you in the right direction toward fixing the bug.