J2ME, How to minimize a program ?  
Author Message
bokiteam





PostPosted: 2005-4-15 2:08:00 Top

java-programmer, J2ME, How to minimize a program ? Thank you so much for the information I didn't know.


But, for Sony Ericsson cells, we can press back button ( like the
symbol of inverse Enter ) to exit ( not destroy ) program.

For SmartPhone - P910i, we can run other funtion very easily ( we don't
have to implement it )

I found a cheat method that could do this.

public Form f;
....
....
// Do not new a Form for f

display.setCurrent(f); // minimum program :p


// I don't know why, the compiler pass it, and we can find it is work
on cell.