Lo dicho, el problema es hacer tanto new, sólo debes hacer uno.
Tampoco te podemos ayudar si cambias el código...., en el primer post el constructor era este
Código java:
Ver originalpublic frmSincronizar() {
initComponents();
this.setLocation((pantalla.width - ventana.width)/2, (pantalla.height - ventana.height)/6 );
this.setVisible(true);
cargarTablaGuia();
}
que tiene un initComponents y un setVisible(true), que parece has quitado.
Se bueno.