form.removeAll(); // clears the form of any previous controls
}
}
public void actionPerformed(ActionEvent arg0) {
Command command = arg0.getCommand();
try {
if(command == Contents.stop) { // if stopping the media play
player.close(); // close the player
midlet.getGuiConversation(midlet.tabbedPane.getSelectedIndex()); // return to gui