private void showStatusDetails(int index) Form detailForm = new Form("Status Details"); detailForm.append("From: " + authors.elementAt(index) + "\n\n"); detailForm.append(statuses.elementAt(index) + "\n\n"); detailForm.append("Posted: " + times.elementAt(index) + "\n\n"); detailForm.append("[Like] [Comment] [Share]");
private Command exitCommand; private Command postCommand; private Command refreshCommand; private Command selectCommand; private Command backCommand; private Command sendCommand; facebook java jar 240x320
public FacebookMIDlet() statuses = new Vector(); authors = new Vector(); times = new Vector(); detailForm.append(statuses.elementAt(index) + "\n\n")