Top "Netbeans-6.9" questions

It is the version 6.9 of Netbeans IDE for java application development.

Java, How to add library files in netbeans?

I am new to the Netbeans IDE and Java. I have a java project that shows lot of compilation errors: …

java include-path netbeans-6.9
Export JAR with Netbeans

How to export java project to JAR with Netbeans ? I cannot find options like in Eclipse.

java netbeans netbeans-6.9
Java: How do I close a JFrame while opening another one?

My program starts with a picture with a textfield in a JFrame. I want when the user types start it …

java image swing netbeans-6.9
How do I refresh Netbeans workspace?

In Eclipse, there is something called refresh workspace or F5 that refreshes the files, to make sure to pick-up any …

netbeans netbeans-6.9
Leaking this in constructor warning

I'd like to avoid (most of the) warnings of Netbeans 6.9.1, and I have a problem with the 'Leaking this in …

java netbeans constructor this netbeans-6.9
trouble deploying .WAR to tomcat

im having trouble deploying a war file on tomcat. i have written a webapp in netbeans on my windows machine. …

java linux tomcat netbeans-6.9 tomcat7
Changing my web browser in Netbeans 6.9.1

I have Netbeans 6.9.1 and I want to change the default browser to Chrome. I have seen a thread that says …

configuration netbeans-6.9
Persistence object cannot find persistence unit from persistence.xml

Environment: Windows 7, NetBean 6.9 (the one including GlassFish v3, Java EE 6), MySQL server I've created tables in MySQL database and using …

java jpa netbeans-6.9
Java: How to I change the color of a specific line or row of string in a Text area?

the one way I could change the color is by setForground(). However when there are multiple lines of code it …

java textarea netbeans-6.9 foreground textcolor