4. Write the procedure to create a package in BlueJ.
Answers
Answer:
double-click on folder P; this opens it and displays a new window.
within the window for P, click on the New Class button. A dialog appears and asks for the name of the class---type C and press OK.
The previous step creates a file, C. java, inside folder P. When you open C.
Explanation:
double-click on folder P; this opens it and displays a new window.
within the window for P, click on the New Class button. A dialog appears and asks for the name of the class---type C and press OK.
The previous step creates a file, C. java, inside folder P. When you open C.
Answer: Click on the Project menu, and click on its New Project menu item. A file dialog appears that asks you the name of the folder you wish to create---type Assign1 and press the create button. Important: You can tell BlueJ where on your disk you wish to create the folder, Assign1.
Explanation :thx for answering my question