display = Display.getDisplay(this);
if (textBox == null) {
textBox = new TextBox("URL", "http://", 255, TextField.URL);
}
display.setCurrent(textBox);
Command getInfo = new Command("HTTP Headers", Command.OK, 10);
textBox.addCommand(getInfo);
textBox.setCommandListener(this);