代码搜索结果
找到约 10,000 项符合
Screen 的代码
screen.java~56~
package pinball;
import javax.microedition.lcdui.*;
public class Screen extends Canvas {
private Font font; //字体
public static int width; //宽度
public static int height; //高度
screen.java~51~
package pinball;
import javax.microedition.lcdui.*;
public class Screen extends Canvas {
private Font font; //字体
public static int width; //宽度
public static int height; //高度
screen.java~27~
package pinball;
import javax.microedition.lcdui.*;
public class Screen extends Canvas {
private Font ftSmall; //小字体
private Font ftMedium; //中字体
private Font ftLarge; //大字体
pri
screen.java~55~
package pinball;
import javax.microedition.lcdui.*;
public class Screen extends Canvas {
private Font font; //字体
public static int width; //宽度
public static int height; //高度
screen.java~50~
package pinball;
import javax.microedition.lcdui.*;
public class Screen extends Canvas {
private Font font; //字体
public static int width; //宽度
public static int height; //高度
screen.java~26~
package pinball;
import javax.microedition.lcdui.*;
public class Screen extends Canvas {
private Font ftSmall;
private Font ftMedium;
private Font ftLarge;
private Font font;
pub
screen.java~49~
package pinball;
import javax.microedition.lcdui.*;
public class Screen extends Canvas {
private Font font; //字体
public static int width; //宽度
public static int height; //高度
screen.java~57~
package pinball;
import javax.microedition.lcdui.*;
public class Screen extends Canvas {
private Font font; //字体
public static int width; //宽度
public static int height; //高度
screen.java~4~
/*
* Copyright (c) 2002, 2003 Sun Microsystems, Inc. All Rights Reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follow
screen.java~2~
/*
* Copyright (c) 2002, 2003 Sun Microsystems, Inc. All Rights Reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follow