Problem in Java Interface "Problematic call in constructor"

0

In this part NetBeans marks this error

  

"Problematic call in constructor"

 public VentanaPrincipal() {
    initComponents();
    setLocationRelativeTo(null);
    setResizable(false);
    setTitle(VentanaPrincipal);
    
asked by Emmanuel Linares 07.08.2017 в 04:09
source

0 answers