NetBeans is an integrated development environment (IDE) which has been developed primarily for Java, but also with other languages, in particular PHP, C/C++, and HTML5. It is also an application platform framework for Java desktop applications and others, and the NetBeans IDE is written in Java and can run on a variety of platforms like Windows, OS X, Linux, Solaris and other platforms supporting a compatible JVM.
The NetBeans Platform allows applications to be developed from a set of modular software components called modules. Applications based on the NetBeans Platform (including the NetBeans IDE itself) can be extended by third party developers.

NetBeans

Exploring the Start Page in NetBeans IDE

This simple article will focus your attention on a very useful feature of NetBeans which is the Start Page. Many of us unnecessarily ignore...
Sylwia Dorota Kedzia
1 min read

Java testing using FindBugs and PMD in NetBeans

As we all know bugs in a software could be difficult to find and fix. Therefore many tools and techniques have been developed in...
Sylwia Dorota Kedzia
2 min read

Using FindBugs to squash bugs in Java with NetBeans…

Improving your code In 2014, IDRsolutions have been busy adding FindBugs tests which we run on our Java PDF library and PDF to HTML5/SVG converter. So...
Laurence Squires
3 min read

How to write a Media Player in JavaFX using…

In my previous article “How to write a Media Player in JavaFX using NetBeans IDE – Part 1 “ I showed you how to...
Sylwia Dorota Kedzia
2 min read

How to write a Media Player in JavaFX using…

At IDR Solutions I have been busy working with JavaFX Viewer and NetBeans IDE, which allows me to explore new features of JavaFX as...
Sylwia Dorota Kedzia
2 min read