
static Display dis; static Login destroy; public Login() { dis=Display .get Display(this); } public void startApp() { destroy=this; LoginScreen loginscreen= new LoginScreen(); dis.setCurrent(loginscreen.loginFormMethod()); }
public void pauseApp() { } public void destroyApp(boolean b) { } public void destroyMethod() { notifyDestroyed(); } explanation of this code
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.