In this part NetBeans
marks this error
"Problematic call in constructor"
public VentanaPrincipal() {
initComponents();
setLocationRelativeTo(null);
setResizable(false);
setTitle(VentanaPrincipal);
In this part NetBeans
marks this error
"Problematic call in constructor"
public VentanaPrincipal() {
initComponents();
setLocationRelativeTo(null);
setResizable(false);
setTitle(VentanaPrincipal);