Código:
GRACIAS initComponents();
Dimension d=Toolkit.getDefaultToolkit().getScreenSize();
this.setSize((int) d.getWidth() , (int) d.getHeight());


