Boost your software development productivity with this easy to follow course on NetBeans 11: a truly powerful IDE!

What you will learn

Install and setup Java and NetBeans 11

Configuring NetBeans

Quick navigation

Using diff

Code snippets

Javadocs

Simple debugging

Auto-generating code

Shortcut keys

Description

NetBeans 11: The Essential Crash Course

This course is designed to introduce Apache NetBeans 11 as an IDE with realistic projects. Students can expect to learn the basics of the IDE in less than an hour with this essential crash course.

Course Outline:

Introduction will help you setup the JDK and NetBeans to run on your computer. You will find this process is quick and easy, so you will be up-and-running fast.

Hello World Project will introduce the IDE’s interface, windows, and views. This first project will show you how to create a project and add content to it.


Get Instant Notification of New Courses on our Telegram channel.


Electric Car Project will dive a little deeper and allow you to clone an unfinished GitHub repository to finish adding functionality using NetBeans features and shortcuts. Debugging will also be introduced in this section.

Course Features:

Screencasts are of high quality resolution. The entire IDE is on display so you don’t miss anything while watching the course.

The project repository is located on GitHub. A link is included in the Electric Car Project section. This will be where course code is uploaded and maintained. Each project has a solutions file.

Any questions you have will be answered promptly. Please go to the author’s profile for contact.

English
language

Content

Introduction

Welcome to the Course!
My Teaching Philosophy
Installing the JDK
Installing NetBeans
[Optional] Fix Scaling Problem

Hello World Project

Hello World
Windows and Views
Configuring the Editor
Splitting the Editor
The Diff Tool
Code Snippets

Electric Car Project

Cloning a GitHub Repository
Electric Car Project Overview
Importing Classes
Overriding Abstract Methods
Implementing a Method
Driving the Electric Car
Javadocs
Project Debugging
Bonus Lecture