代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/338832/12278684
pl fonts.pl
fonts(Obj):-
write('***********'),nl,
javaMethod(Obj,setString('Hello World')),
javaMethod(Obj,setFontAttr('TimesRoman',3,20)),
javaMethod(Obj,computeFontMetrics),
write
www.eeworm.com/read/148937/12412930
cpp reviewstatic.cpp
// reviewstatic.cpp : implementation file
//
#include "stdafx.h"
#include "chineseqi.h"
#include "reviewstatic.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE
www.eeworm.com/read/129125/14265638
java moveboxcanvas.java
import java.awt.*;
public class MoveBoxCanvas
extends Canvas
{
private final int WIDTH = 30, HEIGHT = 20, INC = 4;
private int x = 50, y = 50;
public void paint(Graphics g)