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.

Xdebug for remote server not connecting

I want a team using different computers to be able to debug PHP on a remote server, but I am …

php netbeans xdebug
Generating UML diagrams using NetBeans 7.2

I found this link: http://wiki.netbeans.org/NetbeansUML for generating UML diagrams from existing code; admitedly using NetBeans 5.5. I …

netbeans uml netbeans-7.2
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
Jlabel color change

I tried to change the color of a jlabel in java netbeans I need a code to change the jLabel …

java swing netbeans colors jlabel
Netbeans - Entering items in a jComboBox

I have generated a GUI from netbeans in which I have placed a combobox too. By default, the items in …

java netbeans jcombobox
How do I make an image clickable?

Here is the html: <div id="panelpic1"> <a href="https://www.google.com/"style="display:block"target="_…

html css image netbeans clickable
Faster search for files in Netbeans

Is there an existing plugin or tweak that speeds up the "Go To File" search in Netbeans ? Compared to Eclipse, …

search netbeans find
Adding external JAR to Maven project in NetBeans

When I right click on my Maven project and choose the Add dependency option and I type my external jar's …

maven netbeans jar external
How do you add Background Image in JPanel (NetBeans GUI Builder)

I have JTabbedPane with five tabs and each have Jpanel i want add different images for each panel in NetBeans …

java swing netbeans jpanel jtabbedpane
Configure JPA to let PostgreSQL generate the primary key value

So our project use PostgreSQL database and we use JPA for operating the database. We have created the entities from …

postgresql jakarta-ee jpa netbeans entity