> Need help in java programming ,please help me .?

Need help in java programming ,please help me .?

Posted at: 2014-12-18 
import java.awt.*;

import java.applet.*;

/**/

public class form extends Applet

{

Lebel L1=newLebel("NAME");

TextField t1=new TextField(20);

Label L2=new Lebel("ADDRESS");

TextArea t2=new TextArea(10,8);

Lebel L3=new Label("GENDER");

CheckboxGroup gr=new CheckboxGroup();

Checkbox r1=new Checkbox("MALE",gr,true);

Checkbox r2=new Checkbox("FEMALE",gr,false);

Label L4=new Label("QUALIFICATION");

checkbox c1=new checkbox("B-TECH");

Checkbox r2=new Checkbox("FEMALE",gr,false);

Label L4=new Label("QUALIFICATION");

Checkbox c1=new Checkbox("M-TECH");

Checkbox c3=new Checkbox("BBA");

Checkbox c4=new Checkbox("MBA");

Checkbox c5=new Checkbox("INTERMEDIATE");

Label L5=new Label("EXAM CENTER");

Choce ch=new Choice();

Label 16=newLabel("Languages known");

List ll=new List(5,true);

Button B1=new Button("OK");

Button B2=new Button("CANCEL");

public void init()

{

this.setLayout(new FlowLayout());

this.SetBackground(Color.PINK);

SetForeground(Color.Blue);

this.add(L1);

this.add(t1);

this.add(L2);

this.add(t2);

this.add(l3);

this.add(r1);

this.add(r2);

this.add(l4);

this.add(c1);

this.add(c2);

this.add(c3);

this.add(c4);

this.add(c5);

this.ch.additem("BBSR");

this.ch.additem("CTC");

this.ch.additem("KHORDHA");

this.ch.additem("DELHI");

this.add(ch);

this.add(ll);

LL.add("c");

LL.add("c++");

LL.add(".net");

LL.add("cobel");

LL.add("basic");

LL.add("php");

this.add(B1);

this.add(B2);

}

}