Step 01

About this tutorial

The TextEdit tutorial begins by using the Project and Application Wizards to create the project. Then it shows you how to use the visual design tools, together with source code editing, to design the UI and hook up events. It demonstrates how some things can be set up automatically in the jbInit() method using the UI Designer, while other things must be done manually in event handlers. It steps you through handling events for commonly used components and tasks, like menu items, ButtonBar, TextArea, and system events.

It also contains specific examples that show you how to

To see the complete source for the TextEdit sample, open the project

samples\borland\samples\tutorial\TextEdit\TextEdit.jpr

To move among the steps of this tutorial, click the forward and backward navigation buttons at the top or bottom of each step. Click the Home button to go back to the beginning of the tutorial.

Step 01