代码搜索结果

找到约 10,000 项符合 Screen 的代码

calculator.java~1~

package bookmanager; import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.math.BigDecimal; class calculator extends JFrame implements ActionListener//这个类用来实现计算器 {

calculator.java~2~

package bookmanager; import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.math.BigDecimal; class calculator extends JFrame implements ActionListener//这个类用来实现计算器 {

calculator.java~3~

package bookmanager; import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.math.BigDecimal; class calculator extends JFrame implements ActionListener//这个类用来实现计算器 {

textform.java

/** * A simple form to display a bunch of text and then return to the calling * screen. */ import javax.microedition.lcdui.*; public class TextForm extends Form implements CommandListener

textform.java

/** * A simple form to display a bunch of text and then return to the calling * screen. */ import javax.microedition.lcdui.*; public class TextForm extends Form implements CommandListener

textform.java

/** * A simple form to display a bunch of text and then return to the calling * screen. */ import javax.microedition.lcdui.*; public class TextForm extends Form implements CommandListener

ddraw.cpp

#include "gl.h" #include "gengine.h" #include "..\common.h" #define _SHOWFPS //显示帧速 LPDIRECTDRAW lpDD = NULL; LPDIRECTDRAWSURFACE lpDDSScreen = NULL; DDSURFACEDESC ddsd; Bitmap* scre

mouse.cpp

#include "gl.h" #include "gengine.h" #define DEFAULT_MOUSE_CURSOR "mouse.tga" #define DEFAULT_CURSOR_SIZE 18 //16 int mouseInstalled = false; int volatile mouseX, mouseY; // used by the ext

unit4.pas

unit Unit4; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm4 = class(TForm) Memo1: TMemo; procedure FormCreate

mainform.pas

unit MainForm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, CoolTrayIcon, ExtCtrls, StdCtrls; type TFormMain = class(TFor