代码搜索结果
找到约 10,000 项符合
Screen 的代码
screen.java
package headfirst.facade.hometheater;
public class Screen {
String description;
public Screen(String description) {
this.description = description;
}
public void up() {
System.out.println
screen.java
package cn.bz.util.swing;
import java.awt.Dimension;
import java.awt.Point;
import java.awt.Toolkit;
public class Screen implements SwingInterface{
private static Dimension screenSize
screen.java
//#condition polish.usePolishGui
/*
* Created on 12-Mar-2004 at 21:46:17.
*
* This file is part of J2ME Polish.
*
* J2ME Polish is free software; you can redistribute it and/or modify
*
screen.c
/*
** $Id: screen.c,v 1.16 2005/01/04 02:07:02 snig Exp $
**
** Screen operations of GDI
**
** Copyright (C) 2000, Wei Yongming.
**
** Current maintainer: Wei Yongming.
** Create date: 2000/06/12, der
screen.java
/* Copyright (C) 2000 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBGCJ_LIC
screen.cpp
#include
using std::cerr;
using std::cout;
using std::endl;
#include "screen.h"
// --------------------------
// Screen static data members
// --------------------------
Scree
screen.h
#ifndef SCREEN_H
#define SCREEN_H
#include
using std::string;
class Screen {
public:
enum CursorMovements {
HOME, FORWARD, BACK, UP, DOWN, END
};
typedef Screen& (Scr
screen.cpp
#include
using std::cerr;
using std::cout;
using std::endl;
#include "screen.h"
// --------------------------
// Screen static data members
// --------------------------
Scree
screen.h
#ifndef SCREEN_H
#define SCREEN_H
#include
using std::string;
#include
//-------------
// Screen class
//-------------
class Screen {
public:
enum CursorMovements
screen.h
/*****************************************************************************
* screen.h: Screen capture module.
*****************************************************************************
* Cop