class Mytextfield extends JTextField{

public Mytextfiled(String info,int x ,int y ,JFrame jf){

JLabel nn = new JLabel();

nn.setText(info);

nn.setBound(x-100,y,100,30);

jf.add(nn);

this.setzBound(x,y,100,30);

jf.add(this);

}

 

 

 

 

 

 

}

posted on 2016-04-06 19:30  小疯狂·······  阅读(228)  评论(0编辑  收藏  举报