1.Following the instructions in Class Notes How Tos How to import Java source co
ID: 3856827 • Letter: 1
Question
1.Following the instructions in Class Notes How Tos How to import Java source code (.java) files into a NetBeans project on this Isidore site:
i.create a new empty NetBeans project named CPS150_Lab14
ii.delete the auto-generated main class (CPS150_Lab14.java)
iii.download/import the replacement CPS150_Lab14.java source code into the project
2.Open the source code and:
i.Add your name to the comment block immediately above public class CPS150_Lab14(indicated by *** Replace with your name ***)
ii.Add the code as described by (and immediately below) each of the comment blocks labeled Lab 14.1 - 14.7.
Explanation / Answer
Steps:
1)Goto File creat new project.
2)Select Java then Java application.
3)Give Project Name:CPS150_Lab14.
4) Empty Java Project is created in Netbean Ide.
5)LEFTside open the CPS150_Lab14 project hiearchy.
6)Expand Source Packages.
7)Go to cps150_lab14.
8)Then open CPS150_Lab14.java file.
9) Right click on CPS150_Lab14.java and goto Delete option and deleteGoto the CPS_Lab14.java file.
10)Goto File then Click on file then choose either ZIP file or Eclipse project.
11)choose ZIP File to import.
12)Give ZIP file location by browsing.
13)Then click Import button.
14)All files present in zip file will be imported.
15)After file imported .
16)Goto Java file add yours name to Comment section above public class.
17)Then add code to the file with comment labeled lab 14.1-14.7
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.