Codigo:
package javaapplication3;
public class NewJFrame extends javax.swing.JApplet {
public void init() {
initComponents();
}
@SuppressWarnings("unchecked")
private void initComponents() {
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
getContentPane().setLayout(layout);
layout.setHorizontalGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING).addGap(0, 400, Short.MAX_VALUE));
layout.setVerticalGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING).addGap(0, 300, Short.MAX_VALUE));
}
// Variables declaration - do not modify
// End of variables declaration
}
Resultado:
Nota:
Para ejecutarlo hay que darle al "Run File" o pulsar Mayúsculas + F6. En la carpeta "build" de nuestro proyecto encontramos el archivo HTML donde podremos ver nuestro Applet desde el navegador de internet.
No hay comentarios:
Publicar un comentario