Top "Netbeans" questions

NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java and other languages.

Netbeans: how to change @author

When creating a new class or interface in Netbeans IDE, an "@author ...." tag appears. How to change its value? If …

netbeans javadoc netbeans-7
Code cleanup in netbeans

Is there something similar to the Eclipse cleanup rules (Preferences > Java > Code Style > Clean Up) in NetBeans? …

java ide netbeans formatting
How to make documentation with NetBeans and Javadoc

I was searching a while, but nothing found. How can i make documentation in NetBeans 7.0.1? My file looks like: /** Class …

netbeans project javadoc
Converting a Netbeans project to a Maven enabled project

How can I transition a Netbeans generated project into accepting a Maven configuration? There are options to create Maven based …

netbeans maven
Retrieve/Recover deleted Netbeans project

I was just working on my Netbeans project and accidentally deleted it and don't know how to recover it. Is …

netbeans project restore recover
My diff contains trailing whitespace - how to get rid of it?

I've tried editing a php file in TextWrangler with line endings set to Unix, in NetBeans, and in vim. When …

git netbeans whitespace removing-whitespace textwrangler
Connect to MariaDB from Java application in NetBeans on Linux (Mageia)

I am trying to connect to a database in Mariadb through a simple java application but the connection is told …

java mysql netbeans jdbc mariadb
How to modify/add code to the initComponents() method in Java using NetBeans?

How to modify/add code to the initComponents() method in Java on NetBeans? When I try to add any line …

java swing netbeans matisse
Styling a JavaFX 2 button using FXML only - How to add an image to a button?

I want to change the styling of a button, most of the threads here and the articles on the internet …

java netbeans javafx-2 fxml scenebuilder
Where can I get additional NetBeans color themes

How can I change netbeans color scheme to some predetermined theme? I don't want to set each value manually. When …

netbeans