how can I create a TextField ..plz help me out in LWUIT
TextField pin = new TextField ("",TextField.PASSWORD|TextField.URL);
cashpayform.addComponent(pin);
cashpayform.show();
cashpayform.addCommand(exit);
cashpayform.setCommandListener(this);
cashpayform.show();