/*
* HTMLSample.java
*
* Created on November 8, 2004, 2:49 PM
*/
/**
*
* @author wu_staff
*/
public class HTMLSample extends java.applet.Applet {
/** Initializes the applet HTMLSample */
public void init() {
initComponents();
}
/** This method is called from within the init() method to
* initialize the form.
* WARNING: Do NOT modify this code. The content of this method is
* always regenerated by the Form Editor.
*/
private void initComponents() {//GEN-BEGIN:initComponents
setLayout(new java.awt.BorderLayout());
}//GEN-END:initComponents
// Variables declaration - do not modify//GEN-BEGIN:variables
// End of variables declaration//GEN-END:variables
}