搜索资源列表
TextEdit1
- 窗口上的文本行显示当前文件的路径,文本区用于编辑文件,3个按钮 [打开],[保存…],[另存为…]。 单击[打开]按钮时,弹出打开文件对话框,将选择的文件显示在文本区中。 单击[保存…]按钮时,如果当前文件为空,则弹出保存文件对话框,并按设置的文件名保存文件;如果已有文件,则按设置的文件名保存文件。 单击[另存为…]按钮时,则弹出保存文件对话框,并按设置的文件名保存文件。 程序中以字符文件输出流FileWriter的writer方法写入文本区内容,以字符缓冲输入流Buffer
TextBrowser
- 在一个JFrame的窗体上放置一个文本区,点击“File”下拉菜单中的“Open”项或工具条中的“打开”按钮,弹出打开对话框,选择一个文本文件后,在文本区中显示其内容。单击“Exit”按钮或工具条中的“退出”按钮则关闭整个程序-a JFrame in the Form place a text, Click on the "File" drop-down menu on the "Open" or tools of the "open"
MYFileChooserDemo
- 在一个窗体上的上面放置两个按钮“Open”和“Save”,在一个JFrame的窗体上放置一个文本区,点击“Open”按钮,弹出打开对话框,选择一个文件打开后,在文本区中显示 “Opening:新建文本文档.txt.”,若选择了“取消”,则在文本区中显示“Open command cancdlled by user.”,点击“Save”按钮,弹出保存对话框,选择“保存”后,在文本区中显示 “Saving:新建文本文档.txt”,若选择了“取消”,则在文本区中显示Save command cancd
webpages
- 可以实现用对话框控制浏览器进行打开相应网址。-dialog can be used to achieve control of the browser for the corresponding site open.
MyEclipse6.5SVN
- 一、安装方法: 方法一、如果可以上网可在线安装 1. 打开Myeclipse,在菜单栏中选择Help→Software Updates→Find and Install 2. 选择Search for new features to install,点击Next进入下一步 3. 点击"New Remote Site"按钮,在弹出的对话框中输入: name:SVN url:http://subclipse.tigris.or
MyFrame3
- 实现上述图形化界面,点击 open file 按扭,打开文件对话框,选择文件,在文本框中输出所选文件的路径;-To achieve the above graphical interface, click the open file button, open the file dialog box, select the file, in the text box and the output of the selected file path
java2
- )自定义对话框应用。 (2)文件保存打开对话框和颜色对话框应用。 (3)消息对话应用。 -) Application of the Customize dialog box. (2) Save the file to open dialog, and color dialog box application. (3) The application of the message dialog.
OpenFile
- 编写一个应用程序,实现下列要求: 显示一个“打开”文件对话框,并选择一个文件 从字节流、字符流、随机访问文件3种方式选择一种完成对该文件的复制 检查复制后的文件内容与原文件是否一致 -Write an application to achieve the following requirements: Display an " Open" file dialog box and select a file from a byte stream, characte
JAVAVIDEO
- 使用说明:(1)双击 ScreenVideo.jar 运行本程序,运行后程序界面出现在屏幕左上角,界面较小。(2)点击菜单“文件”,选择“打开”。在弹出的“文件选择对话框”中找到解压出来的 “示例.txq” ,点击“打开”,弹出录象播放界面。-Use: (1) Double-click ScreenVideo.jar run this program, running program interface appears in the upper left corner of the scr
HisFrame
- 在窗口中建立菜单和弹出式菜单,”文件”中有”打开”项目,点击后弹出文件对话框,在界面中的1个文本框中显示打开的文件名-Established in the window menu and pop-up menu, " File" in the " open" project, click on the file after the pop-up dialog box, in the interface of a text box displays the fi
DialogSample
- 具有递归目录选取对话框功能、文件open对话框提示、文件save对话框提示、颜色对话框、字体对话框和打印对话框概念股-Function with the recursive directory selection dialog, file open dialog box prompts, file save dialog box prompts, color dialog, font dialog box and the Print dialog box stocks
DialogDemo
- 实现了打开对话框的各种方法,适用于图形界面的初学者!-Open dialog box to achieve a variety of methods, graphical interface for beginners!
SimpleCellEditor
- eclipse插件开发,表格支持编辑并打开对话框例子。这也是一个完整的工程。-eclipse plug-in development, support for editing table and open the dialog box example. This is a complete project.
Example16_2
- 一个窗口带有“保存文件对话框”和“打开文件对话框”。窗口还有一个菜单,当选择菜单中的“打开文件”选项时,出现“打开文件对话框”; 当选择菜单中的“保存文件”选项时,出现“保存文件对话框”-A window with " save file dialog" and " open file dialog." Window and a menu, when you select the menu " Open File" option,
FileOpenDialog
- Java中的文件打开和选择对话框样例,代码较短-the File Open dialog box and select the sample in Java
AlertBox2
- 弹出一个漂亮的对话框。效果很不错。很实用。很方便的利用在你的网页上。-open a dialog .very beautiful effect. very good
FileChooser
- 在应用程序中通常都会涉及文件的打开和保存等操作。在Java类库中javax.swing.JFileChooser类提供了方便的文件操作方法,不但支持打开、保存文件对话框,还支持文件和目录选择,以及单选和多选文件。 本例中演示了如何显示打开和保存两种对话框,如何用文件选择器来打开特殊的文件。-The application usually involves a file open and save operations. Javax.swing.JFileChooser class in t
FileChooserTest
- 对打开对话框的文件类型选项进行限制 例如可以添加“bmp类型(.bmp)”-In the open dialog box to file types options for restrictions
notebook
- Java 记事本源码 Java写的记事本程序,MyNotebook 示例源码,通过制作这个Java记事本程序,新手可学习到如何使用Java创建界面、安装各种监听器、创建窗口的主菜单、创建JMenuItem并添加到对应的JMenu中、保存用户编辑的文件、根据文件读写状态适时返回消息、用"另存为"对话框保存文件、如何新建或打开一个已经存在的文件等,虽然这些操作都挺简单的,但却是Java文件编程的基础,涉及一些经常用到的基础知识。-Java Notepad source code written
open
- JFileChooser 用于生成打开一个文件对话框,也是用于生成“打开文件”、“保存文件”的对话框, JfileChooser 不依赖本地的GUI 平台,它是纯Java 实现,在不同平台具有完全的行为,并具有相同的 外观风格-JFileChooser used to generate open a file dialog is used to generate the " Open File" , " Save File" dialog box, Jf