代码搜索:Panel
找到约 10,000 项符合「Panel」的源代码
代码结果 10,000
www.eeworm.com/read/136812/5860215
c search_etc_proc.c
#ifndef lint
static char sccsid[] = "@(#)search_etc_proc.c 1.1 92/07/30 SMI";
#endif not lint
/*
* Copyright (c) 1989 by Sun Microsystems, Inc.
*/
#include
#include
#in
www.eeworm.com/read/136812/5861316
c canvas_demo.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)canvas_demo.c 1.1 92/07/30";
#endif
#endif
/*
* Canvas_demo -- demonstrate the Canvas Subwindow Package.
* Copyright (c) 1986 by Sun Microsystem
www.eeworm.com/read/132649/5913904
cpp font_window.cpp
/*
* ===========================================================================
* PRODUCTION $Log: font_window.cpp,v $
* PRODUCTION Revision 1000.1 2004/06/01 20:52:14 gouriano
* PRODUCTION PRO
www.eeworm.com/read/284803/8895564
txt dfsstatusbar.txt
TDFSStatusBar v1.24
A status bar that provides many common specialized panels. The main features
are key lock indicators (caps, num, scroll), gauges, images, ellipsis text, and
date/time. Also,
www.eeworm.com/read/348464/11593045
txt help.txt
"STAKER" HELP FILE:
Staker is a 3D artillery warfare game in which players do battle using their "Claim-stakers", giant fortress ships designed to occupy plots of land on a newly repopulated planet
www.eeworm.com/read/290859/8458049
txt 第十三章例子.txt
13-例子1
import java.applet.*;
import java.awt.*;
class Mypanel1 extends Panel //扩展Panel类。
{ Checkbox box1,box2,box3;
Mypanel1()
{ box1=new Checkbox("音乐");
box2=new Checkbox("体育");
www.eeworm.com/read/188621/8524834
java constrain.java
/*
* WebSPHINX web crawling toolkit
* Copyright (C) 1998,1999 Carnegie Mellon University
*
* This library is free software; you can redistribute it
* and/or modify it under the terms of the GNU
www.eeworm.com/read/385394/8806638
cs listchoice.cs
using System;
using System.Collections ;
using System.Windows.Forms ;
using System.Drawing ;
///
/// Summary description for ListChoice.
///
/// creates a Panel conta
www.eeworm.com/read/428248/8881606
java aboutdialog.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
/**
* 关于对话框
*/
public class AboutDialog extends JDialog
{
Color c;
Panel panel1 = new Panel();
Panel panel2 =
www.eeworm.com/read/184021/9125984
java mailsendframe.java
import java.awt.*;
import java.awt.event.*;
public class mailSendFrame extends Frame {
smtpMail mailSender=new smtpMail();
Panel panelMain = new Panel();
Panel panelUp = new Panel();
Pane