代码搜索结果
找到约 10,000 项符合
Screen 的代码
commanddemo_2.java
import javax.microedition.midlet.MIDlet;
import javax.microedition.lcdui.*;
public class CommandDemo_2 extends MIDlet {
private Display display;
private TextBox textBox;
public CommandDemo
microdialog.java
import javax.microedition.lcdui.*;
/**
* 该类实现了对话框的功能
*/
public class MicroDialog extends MicroComponent
implements CommandListener {
//
public static fi
boxmidlet.java
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
/**
* 该类是应用程序的主类,控制了应用程序的生命周期,处理命令事件。
*/
public class BoxMIDlet extends MIDlet implements CommandListener {
private
menubase.java
package hello;
import javax.microedition.lcdui.*;
public class MenuBase extends List implements CommandListener
{
Command select=new Command("閫夋嫨",Command.SCREEN,1);
Command exit=new Command(
menubase.java
package hello;
import javax.microedition.lcdui.*;
public class MenuBase extends List implements CommandListener
{
Command select=new Command("閫夋嫨",Command.SCREEN,1);
Command exit=new Command(
mainprg.bak
clear screen
clear events
open database gzgl
use gz
use mm
do main.mpr
do form mmk
read events
mainprg.prg
clear screen
clear events
set dele on
open database gzgl
use gz
use mm
do main.mpr
do form mmk
read events
release_notes.txt
S60 Platform: Custom UI and Screen Rotation Example
----------------------------------------------------
This application demonstrates the key functionalities of the screen rotation,
custom com
polygonclipview.cpp
// PolygonClipView.cpp : implementation of the CPolygonClipView class
//
#include "stdafx.h"
#include "PolygonClip.h"
#include "PolygonClipDoc.h"
#include "PolygonClipView.h"
#ifdef _DEBUG
polygonclipview.cpp.bak
// PolygonClipView.cpp : implementation of the CPolygonClipView class
//
#include "stdafx.h"
#include "PolygonClip.h"
#include "PolygonClipDoc.h"
#include "PolygonClipView.h"
#ifdef _DEBUG