options = new List("Method of Payment", Choice.EXCLUSIVE);
Destroy must cleanup everything not handled by the garbage collector. In this case there is nothing to cleanup.
Pause is a no-op since there are no background activities or record stores that need to be closed.
display = Display.getDisplay(this); options.append("Visa", null); options.append("MasterCard", null); options.append("Amex", null); display.setCurrent(options);