public class ContrlApplet extends JApplet
{
public static final int Enum_DownPage=0x0001;
public static final int Enum_UpPage=0x0002;
BL.Trend AppTrend=null;
Button button1 = new Button();
Button button2 = new Button();
Button button3 = new Button();
Button button4 = new Button();
Choice chiceYear = new Choice();
Choice ChiceMonth = new Choice();
Choice ChiceDay = new Choice();
Button button5 = new Button();
public void paint(Graphics g)
{
}
public void init()
{
try {
jbInit();
}
catch(Exception e) {
e.printStackTrace();
}
}