Question: I want my MIDlet to use the full screen of the Nokia 7650. How do I achieve this?
Answer: Nokia provide a proprietary API that allows a MIDlet to use the full screen of the 7650. Use the FullCanvas class from the nokia.com.mid.ui package instead of the javax.microedition.lcdui.Canvas class. This package comes as part of the Series 60 MIDP platform and is included in the Nokia Series 60 MIDP Beta SDK.