Book Image

NetBeans IDE 7 Cookbook

By : Rhawi Dantas
Book Image

NetBeans IDE 7 Cookbook

By: Rhawi Dantas

Overview of this book

<p>Java IDEs have grown bigger and more complicated with time. Some development environments even require the user to spend countless hours searching for more software to bundle with the IDE just to start working. NetBeans abstracts much of the work needed to configure the environment and makes it convenient for Java developers to start coding straight away. With this book in hand you will tap into the endless possibilities of developing modern desktop and web applications in Java.<br /><br />NetBeans IDE 7 Cookbook is perfect for you if you are ready to take the next step from the standard tutorials and move into the practical world. It will show you all the features of the NetBeans IDE used by Java developers. It goes to great lengths in explaining different ways of achieving a desired goal and uncovering features present in NetBeans that are often overlooked or forgotten.<br /><br />The NetBeans IDE 7 Cookbook will appeal to Java programmers at all levels who are ready to go beyond just tutorials.</p>
Table of Contents (19 chapters)
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Checking in modifications


After creating and adding a project with Subversion the next step is to send the code and file modifications to it.

Getting ready

For this recipe we will need a Subversion server or an account from some Subversion provider, such as Sourceforge.

Configuring NetBeans accordingly to work with Subversion and a Java project are necessary for this recipe.

For explanations on how to create a Subversion account on Sourceforge and add a project to Subversion, refer to the Getting Ready section in the beginning of this chapter.

This recipe can also be used with a previously created project, in the case of on-going development.

How to do it...

Carry out the following steps in order to delete NBCookbookSVN.java:

  1. Right-click on the .java file and select Delete.

  2. On the Delete dialog check Safe Delete and click on Refactor.

In order to add a new class you will have to execute the following steps:

  1. Right-click on the Sources Package, select New and Java Class....

  2. On the New Java Class dialog...