Questions tagged as 'netbeans'

1
answer

Netbeans cached a deleted class and does not recognize another class [closed]

I have different packages in my project, and by mistake, I ended up creating two classes with the same name, let's assume Student.java, but in different packages. I deleted one of them, and even after clearing the Netbeans cache, it no longer...
asked by 26.10.2016 / 20:06
1
answer

Error executing code in netbeans (JAVAFX)

The error is as follows (remembering that only happens in javaFX, in swing everything works normal): Exception in Application start method java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Meth...
asked by 20.08.2018 / 18:18
1
answer

How to remove Java Persistence entity classes mapped to a deleted project?

Database entity classes mapped to a previous project that was deleted continue to appear if I create a new project with the same name. How to solve with Netbeans 8.2 and Glassfish 4.1 Enterprise application?     
asked by 28.06.2017 / 15:11
1
answer

how to access the jbutton that is in the other class?

I have jbutton in the main class, so I put it as public to be able to access from another class. but you are not doing the right thing public class piscarbt{ tela t = new tela(); public void piscar(){ t.jButton1.setBackground(Color.whit...
asked by 14.06.2016 / 07:23