1718192021222324252627
public VentanaPrincipal() { initComponents(); estGeneral = new EstructuraGeneral(); estProfesor = new EstructuraProfesor(); gen = new Generador(0.25, 50); setVisible(true); }