2011-07-08 81 views

回答

3

在外觀和感覺或形式中使用setReverseSoftbuttons(true)

+0

非常感謝朋友 –

7
UIManager.getInstance().getLookAndFeel().setReverseSoftButtons(true); 
+0

非常感謝朋友 –

1

另一種方式

Command command= new Command("OK", okImage, 1); 
Command dummy= new Command(" ", -1); 
listMessagesForm.addCommand(dummy); 
listMessagesForm.addCommand(command); 
相關問題