代码搜索:TextArea

找到约 7,221 项符合「TextArea」的源代码

代码结果 7,221
www.eeworm.com/read/106281/6195173

java textareapainter.java

package org.jfree.designer.text.jedit; /* * TextAreaPainter.java - Paints the text area * Copyright (C) 1999 Slava Pestov * * You may use and modify this package for any purpose. Redistribu
www.eeworm.com/read/106281/6195183

java texteditpanel.java

/** * ======================================================================================== * JFreeReport Designer : a graphical designer for JFreeReport - a free Java report library * ======
www.eeworm.com/read/104961/6200741

cs errordrawer.cs

// ErrorDrawer.cs // Copyright (C) 2001 Mike Krueger // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as publi
www.eeworm.com/read/104961/6200746

cs ruler.cs

// Ruler.cs // Copyright (C) 2001 Mike Krueger // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published b
www.eeworm.com/read/104961/6200761

cs textlib.cs

// TextLib.cs // Copyright (C) 2001 Mike Krueger // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published
www.eeworm.com/read/104806/6201390

java editorframe.java

import java.lang.*; import java.awt.*; import java.io.*; import java.awt.datatransfer.*; import java.awt.event.*; public class EditorFrame extends Frame implements ActionListener { TextArea text
www.eeworm.com/read/104806/6201394

java boxlayoutframe.java

//BoxLayoutFrame.java import java.awt.*; import javax.swing.*; public class BoxLayoutFrame extends JFrame { BoxLayoutTest panel = new BoxLayoutTest(); public BoxLayoutFrame() { this.getConte
www.eeworm.com/read/102267/6234266

java yesnopanelmessageeditor.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/101594/6236267

java quicknotepad.java

/* * QuickNotepad.java * part of the QuickNotepad plugin for the jEdit text editor * Copyright (C) 2001 John Gellene * jgellene@nyc.rr.com * * This program is free software; you can redistribute
www.eeworm.com/read/101594/6236288

bsh include_guard.bsh

/* * Include_Guard.bsh - a BeanShell macro script for the * jEdit text editor - for C/C++ header files: inserts preprocessor * directive in current buffer to ensure that header is included only *