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.

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
\u200b (Zero width space) characters in my JS code. Where did they come from?

I am developing a front end of a web app using NetBeans IDE 7.0.1. Recently I had a very nasty bug, …

javascript html google-chrome netbeans unicode
what should be in .gitignore file for a netbeans java project?

What should be the content of the .gitignore file for a java project in netbeans?

git netbeans gitignore
Ugly fonts in Java applications on Ubuntu

Help me, please. It's screen of my Netbeans: PyCharm: How can I fix it? I use Oracle Java 7. java version "1.7.0_25" …

java linux ubuntu netbeans pycharm
Creating UML Class Diagrams in NetBeans 7.1.1

I want to install/enable the NetBeans plugin for creating and viewing UML diagrams, as seen here. However, fairly extensive …

java netbeans uml netbeans-7.1
gdb: How do I pause during loop execution?

I'm writing a software renderer in g++ under mingw32 in Windows 7, using NetBeans 7 as my IDE. I've been needing to …

c++ debugging netbeans gdb gnu
giving 'java.library.path' in netbeans for .dll/.so files

How do i give the path for the .dll or .so file in netbeans to load the library using System.…

java netbeans library-path
How do I set the security.policy file for a specific application from within NetBeans?

I am having a bit of trouble -- a lot actually -- trying to figure out how get NetBeans to …

java netbeans security-policy
How to make a jtable not editable in java?

I created a function which loads data into a JTable. Everything's working fine except that all the cells in this …

java swing netbeans jtable
Netbeans 7.0.1 Word Wrap

I know there are a bunch of posts about this already, stackoverflow: word wrap in netbeans, for one, and there …

netbeans