代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/310989/3688379
java label.java
package org.j4me.ui.components;
import java.util.*;
import javax.microedition.lcdui.*;
import org.j4me.ui.*;
/**
* Displays a string.
*
* If the string is wider than the screen, it i
www.eeworm.com/read/307462/3722510
java label.java
/* Label
*
* $Id: Label.java,v 1.5 2006/08/26 00:33:38 stack-sf Exp $
*
* Created on July 26, 2006.
*
* Copyright (C) 2006 Internet Archive.
*
* This file is part of the Heritrix web crawler (crawler.
www.eeworm.com/read/307320/3725132
tcl label.tcl
# label.tcl --
#
# This demonstration script creates a toplevel window containing
# several label widgets.
#
# RCS: @(#) $Id: label.tcl,v 1.2 1998/09/14 18:23:29 stanton Exp $
if {![info exists widge
www.eeworm.com/read/305303/3774654
java label.java
package gnu.kawa.models;
/** A "label" may have some text and/or an icon.
* It probably should be a combination of text and image. */
public class Label extends Model
implements Viewable, java.io
www.eeworm.com/read/305277/3777140
scala label.scala
package scala.swing
import javax.swing._
/**
* @see javax.swing.JLabel
*/
class Label(override val peer: JLabel) extends Component(peer) {
def this(txt: String) = this(new JLabel(txt))
def thi
www.eeworm.com/read/304962/3782848
h label.h
// Copyright (c) 2005 Stanford University (USA).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the terms of the GNU Lesser
www.eeworm.com/read/304657/3791522
java label.java
/* Label.java -- Java label widget
Copyright (C) 1999, 2000, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistrib
www.eeworm.com/read/304657/3793001
java label.java
/**
* class Label -
*
* Copyright (c) 1998
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribution
* of this f