

This folder contains all of the project's associated files, including its Ant script, folders for storing sources and tests, and a folder for project-specific metadata. The IDE creates the ContactEditor folder on your system in the designated location. Click Next.Įnter ContactEditor in the Project Name field and specify the project location.Įnsure that the Set as Main Project checkbox is selected and clear the Create Main Class field. In the Categories pane, select the Java node and in the Projects pane, choose Java Application. Alternately, you can click the New Project icon in the IDE toolbar. To create a new ContactEditor application project:Ĭhoose File > New Project. While Java applications often consist of several IDE projects, for the purposes of this tutorial, we will build a simple application which is stored entirely in a single project.
#NETBEANS JLABEL ICON RESIZE PLUS#
An IDE project is a group of Java source files plus its associated meta data, including project-specific properties files, an Ant build script that controls the build and run settings, and a project.xml file that maps Ant targets to IDE commands. You can lay out your forms by simply placing components where you want them.īecause all Java development in the IDE takes place within projects, we first need to create a new ContactEditor project within which to store sources and other project files.

The IDE's GUI Builder makes it possible to build professional-looking GUIs without an intimate understanding of layout managers. In the process you will layout a GUI front-end that enables you to view and edit contact information of individuals included in an employee database.

This tutorial guides you through the process of creating the graphical user interface (GUI) for an application called ContactEditor using the NetBeans IDE GUI Builder.
#NETBEANS JLABEL ICON RESIZE PRO#
Windows XP Pro SP2 + periodical patches + periodical updates… The machine specifications used in this task: In this tutorial, we will try to build Java desktop application that resembles the following GUI.

1.7K Training / Learning / Certification.165.3K Java EE (Java Enterprise Edition).7.9K Oracle Database Express Edition (XE).3.8K Java and JavaScript in the Database.
