代码搜索结果

找到约 16,607 项符合 Screen 的代码

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

launcher.cnf

# Sample launcher configuration file # Copyright (c) 2002 Alex Holden # These are the screen savers to use: # A simple screen blanker: # $screensaver bin/nsaver 1 # Draws random

count.js

_dwrite(""); function _dwrite(st

screen.java

package org.acerge.main; import java.awt.Dimension; import java.awt.GraphicsEnvironment; import java.awt.Point; public final class SCREEN { public static int WIDTH; public static int HEIGH

form.h

/* Screen controls */ #define SCR_ERASE 0 /* clear screen */ #define SCR_HOME 1 /* home the cursor */ #define SCR_EEOL 2 /* erase to end of line */ #define SCR_DEL 3 /* BS SPACE BS */ #define

jsplash.java

package com.pepsan.framework; import javax.swing.*; import javax.swing.border.*; import java.awt.*; import java.awt.event.*; /** * Implements a basic splash screen for the Swing Application

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

screen.java

/* * Copyright 2002 Sun Microsystems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following con