代码搜索:TextArea
找到约 7,221 项符合「TextArea」的源代码
代码结果 7,221
www.eeworm.com/read/104260/6205533
java textarea.java
package java.awt;
import java.awt.event.KeyEvent;
/**
* class TextArea -
*
* Copyright (c) 1999
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for
www.eeworm.com/read/101039/6259703
java textarea.java
/*
* Copyright (c) 1999 The Java Apache Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided tha
www.eeworm.com/read/494792/6375557
h textarea.h
/***************************************************************************
* Copyright (C) 2007 by Motorola Commnunity around the World *
* lahu3672@googlemail.com
www.eeworm.com/read/494792/6375558
cpp textarea.cpp
/***************************************************************************
* Copyright (C) 2007 by Motorola Commnunity around the World *
* lahu3672@googlemail.com
www.eeworm.com/read/487033/6522387
gif textarea.gif
www.eeworm.com/read/484033/6589489
gif textarea.gif
www.eeworm.com/read/409765/11314247
gif textarea.gif
www.eeworm.com/read/404591/11481798
jpg textarea.jpg
www.eeworm.com/read/400572/11573656
java textarea.java
//textarea.java
import java.awt.*;
public class textarea extends Frame{
TextArea textarea;
public textarea(){
textarea=new TextArea("",5,30);
add(textarea);
textarea.setText("
www.eeworm.com/read/400572/11573657