1
void getThisAlert(String Title, Displayable txtagency2)
{
Alert error = new Alert("", Title, null, AlertType.INFO);
error.setTimeout(2000);
Display.getDisplay(myProject).setCurrent(error,txtagency2);
}
我正在驗證大量數據的..所以他未填寫一些特定的細節,之後我希望把重點放在它顯示用戶之後....所以會有人請提供一些解決方案...如何在j2me中顯示錯誤後將焦點放在textfield上?
因爲我可以把重點放在其他頁面上。