This document provides a tutorial on how to build a simple graphical user interface (GUI) calculator application using the NetBeans IDE. It explains how to create a project, build the front end by adding labels, text fields and buttons to a JFrame container, and add functionality by writing event handlers for the buttons. The finished application allows the user to enter two numbers, click an "Add" button to calculate the sum, and view the result in a text field. It also includes buttons to clear the fields and exit the program.