100 likes | 268 Views
Creating Projects in JCreator. Computer Science 40S. JCreator’s Start Up Screen. Resource Web Site. Recent Projects. Create a new Project. Open an existing Project. Help Topics. JCreator’s Start Up Screen. Create a new Project Click Here. JCreator’s Start Up Screen.
E N D
Creating Projects in JCreator Computer Science 40S
JCreator’s Start Up Screen Resource Web Site Recent Projects Create a new Project Open an existing Project Help Topics
JCreator’s Start Up Screen Create a new Project Click Here
JCreator’s Start Up Screen In this course all projects will be Basic JFC Applications Select Basic JFC Application and click Next
JCreator’s Start Up Screen Enter the Project Name … Capitalize the words in the project name, no spaces allowed Enter the project name and click Finish
JCreator’s Start Up Screen After the project has been created, you will have to click Finish again.
JCreator’s IDE Compile and Run Button File View Window Class View Window Code Window Output Window … often referred to as the Console Window
JCreator’s IDE Double-Click the HelloWorldFrame.java file in the File View Window. All your code goes into this file.