From the course: Learning NetBeans

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Organize the environment

Organize the environment

From the course: Learning NetBeans

Start my 1-month free trial

Organize the environment

- [Instructor] Hi everyone. So I'd like to talk about organizing your project and with that we will lead into the topic of refactoring, which is still dealing with organization, however it's more specific to code. But let's talk on a high level regarding the way that we set up our projects. Throughout the course we've been creating multiple projects, but I want to go at a slower pace this time and point out a few things. So let's go ahead and create a new project and it's going to be a Java application. However, I want you to pay attention to what happens as we start actually typing the name of the project. So right now, I'll go ahead and select Java Application and choose next. The name of our project is going to be working with clean code. What I'd like you to notice is that with the spaces, notice that over here for create main class, dots are added in between them. Now when a project is created, having this checked is going to have our main class by default created in our file…

Contents