/* Java Applet generated by CGLIB of B-Prolog */
import java.awt.*;
import java.applet.Applet;
import java.awt.event.*;
import java.net.*;
import java.net.*;

public class ide extends Applet {
boolean repeat = false;
public void start(){repeat = true; }
public void stop(){repeat = false; }
Choice choice_1;
TextField tf_2;
TextArea ta_3;
Choice choice_4;
Choice choice_5;
Choice choice_6;
Button bu_7;
TextField tf_8;
TextArea ta_9;
public void init(){
setLayout(null);
choice_1 = new Choice();
add(choice_1);
choice_1.add("Query history");
choice_1.setSize(250,20);
choice_1.setLocation(200,40);
choice_1.setForeground(new Color(-16777216));
tf_2 = new TextField("",1);
add(tf_2);
tf_2.setSize(350,22);
tf_2.setLocation(100,60);
tf_2.setFont(new Font("Dialog",0,12));
ta_3 = new TextArea("",1,1);
add(ta_3);
ta_3.setSize(450,368);
ta_3.setLocation(0,82);
ta_3.setFont(new Font("TimesRoman",0,12));
choice_4 = new Choice();
add(choice_4);
choice_4.add("Files");
choice_4.setSize(100,20);
choice_4.setLocation(0,40);
choice_4.setForeground(new Color(-16777216));
choice_5 = new Choice();
add(choice_5);
choice_5.add("Predicates");
choice_5.setSize(100,20);
choice_5.setLocation(100,40);
choice_5.setForeground(new Color(-16777216));
choice_6 = new Choice();
add(choice_6);
choice_6.add("Query history");
choice_6.setSize(250,20);
choice_6.setLocation(200,40);
choice_6.setForeground(new Color(-16777216));
bu_7 = new Button("Query");
add(bu_7);
bu_7.setSize(100,22);
bu_7.setLocation(0,60);
bu_7.setForeground(new Color(-65536));
bu_7.setFont(new Font("Dialog",0,14));
tf_8 = new TextField("",1);
add(tf_8);
tf_8.setSize(350,22);
tf_8.setLocation(100,60);
tf_8.setFont(new Font("Dialog",0,12));
ta_9 = new TextArea("",1,1);
add(ta_9);
ta_9.setSize(450,368);
ta_9.setLocation(0,82);
ta_9.setFont(new Font("TimesRoman",0,12));
}
public void paint(Graphics g){
}
}

