Eppure super lo richiamo:
codice:
    public VisualizzaTransazioniEcon() throws SQLException { 
        super();
        setTitle( "Visualizza transazioni economiche" );
        initComponents( this );
        setLocationRelativeTo(null);
        setResizable( false );        
        setVisible( true );
    }