www.pudn.com > j2me_Mario.rar > LPIGetCanvas.java


/** 
 * 

Title: lipeng

*

Description: * You cannot remove this copyright and notice. * You cannot use this file without the express permission of the author. * All Rights Reserved

*

Copyright: lizhenpeng (c) 2004

*

Company: LP&P

* @author lizhenpeng * @version 1.0.0 *

* Revise History *

*/ package lipeng; import javax.microedition.lcdui.Canvas; public interface LPIGetCanvas { public Canvas getCanvas(); }