Page 35 - CA_Blue( J )_Class9
P. 35
2.7.2 Create a New Project
To create a new project, follow the given steps:
Step 1: Click Project menu from Menu bar.
Step 2: Select the New Project option from the drop-down menu. The New Project dialog box opens.
Step 3: Type a name for your project in the Name text box.
Step 4: Choose a location by clicking the choose button.
Step 5: Click the OK button. A project is created in the BlueJ application window.
2.7.3 Create a Class
To create a class, follow the given steps:
Step 1: Click on the Edit menu from the Menu bar.
Step 2: Select the New Class option from the drop-down list.
Step 3: Type a name for your class in the Class Name text box.
Step 4: Select the Class option under the Class Type section to define the type as class.
Step 5: Click on the OK button to create the class.
Note: To create a class: Click New Class button Give a name Select Class Type
Click OK button.
Introduction to JAVA 33

