代码搜索:TextArea
找到约 7,221 项符合「TextArea」的源代码
代码结果 7,221
www.eeworm.com/read/100480/6269029
java beanshellerrordialog.java
/*
* BeanShellErrorDialog.java - BeanShell execution error dialog box
* Copyright (C) 2001 Slava Pestov
*
* This program is free software; you can redistribute it and/or
* modify it under the ter
www.eeworm.com/read/100480/6269055
java statusbar.java
/*
* StatusBar.java - The status bar displayed at the bottom of views
* Copyright (C) 2001 Slava Pestov
* Portions copyright (C) 2001 mike dillon
*
* This program is free software; you can redist
www.eeworm.com/read/100480/6269059
java logviewer.java
/*
* LogViewer.java
* Copyright (C) 1999, 2000, 2001 Slava Pestov
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
www.eeworm.com/read/100480/6269116
java registers.java
/*
* Registers.java - Register manager
* Copyright (C) 1999, 2000, 2001 Slava Pestov
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Gener
www.eeworm.com/read/100480/6269117
java editpane.java
/*
* EditPane.java - Text area and buffer switcher
* Copyright (C) 2000, 2001 Slava Pestov
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU
www.eeworm.com/read/308729/6306790
html emailform.html
Email to Andrew Girow
Email to Andrew Girow
Note:
If you have difficulties, send email directly to andrewgirow@geocit
www.eeworm.com/read/461750/6309792
java notebook3.java
/**一个类似于视窗系统里记事本的程序
* 可以对文本文件进行简单的编辑和浏览
*/
import java.awt.event.*;
import java.awt.*;
import javax.swing.*;
import java.io.*;
public class NoteBook3 {
char buffer[] = new char[1024];