The IDE (Integrated Development Environment) | ||
When you first start up REALbasic® you will typically see several windows like the ones shown here. If any windows are not showing you can open them from the Window menu. Together, the REALbasic® windows make up what is called the Integrated Development Environment. You use the IDE to create programs. The Project Window: this window shows objects contained in the project like windows, the menu, modules (see glossary), classes (see glossary), and resources. The Controls Palette: shows the controls (objects) that you can add to a window. Controls are objects that can be added to an interface window by dragging them from this palette. The Properties Window: shows the properties for the currently selected object. | ||||
![]() | ||||
![]() | ||||
![]() | ||||
![]() | ||||
This is Window1. It is listed in the Project Window. If it is not showing just double-click its name in the Project Window. | ||||