Now that you have created the user interface and the connections between the components, you can compile and run your application.
To compile and run the program:
If the build is successful, "Finished ColorSwitch" appears in the status bar in the main window. If there are problems with the build, error messages in the Output window are displayed. You can double-click an error message to jump to the line in the source code where the error occurred. Once the build is successful, you can run the application.
If there are no execution errors, the IDE switches to the Running workspace and the Execution View and the Output windows open.
The Colorswitch application is displayed:
Next: Stepping Through the Code
Back: Adding Event Handler Code |