搜索资源列表
Metalworks
- Metalworks is a simple Swing-based simulated e-mail application. It shows off several features of Swing, including JInternalfr a me, JTabbedPane, JFileChooser, JEditorPane, and JRadioButtonMenuItem. Metalworks is o
2004101812187197
- 刚学JAVA不久,尝试编的一个文本编辑器,请大家多多指教。 主要有打开,保存和字体选择功能,运用了JFileChooser和文件流! -just learning Java soon to try to compile a text editor, please exhibitions. Major open, preservation and font selection function, and use the JFileC
Jfilechooser
- JButton button JTextArea text JTextPane textpane FileInputStream readfile JScrollPane scroll Container con JFileChooser chooser=new JFileChooser()
java
- java图像界面开发简单实例 最近学习图形界面开发,先来个JLabel,JFileChooser,JMenu的基本应用
MediaPlayer(java)
- MediaPlayer代码,部分代码,合适请用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //为了导入Vector //import com.sun.java.swing.plaf.windows.*
Metalworks
- Metalworks is a simple Swing-based simulated e-mail application. It shows off several features of Swing, including JInternalfr a me, JTabbedPane, JFileChooser, JEditorPane, and JRadioButtonMenuItem. Metalworks is o
2004101812187197
- 刚学JAVA不久,尝试编的一个文本编辑器,请大家多多指教。 主要有打开,保存和字体选择功能,运用了JFileChooser和文件流! -just learning Java soon to try to compile a text editor, please exhibitions. Major open, preservation and font selection function, and use the JFileCh
JFileChooserExample
- JAVA教学用代码,JAVA编写的简易记事本程序,支持.TXT和.JAVA直接打开-teaching Java code, Java summary prepared by the procedure in the notebook, support. TXT and. JAVA directly open
Jfilechooser
- JButton button JTextArea text JTextPane textpane FileInputStream readfile JScrollPane scroll Container con JFileChooser chooser=new JFileChooser()
java
- java图像界面开发简单实例 最近学习图形界面开发,先来个JLabel,JFileChooser,JMenu的基本应用-java image interface development learning simple example of the recent development of a graphical interface, first to a JLabel, JFileChooser, JMenu the bas
MediaPlayer(java)
- MediaPlayer代码,部分代码,合适请用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //为了导入Vector //import com.sun.java.swing.plaf.windows.*
editor
- 文本编辑器,主要有打开,保存和字体选择功能,运用了JFileChooser和文件流。-Text editor, there are open, save and font selection function, using JFileChooser and documentation flow.
JAVA_Swing
- javax.swing | 最常用的pachage,包含了各种swing组件的类 javax.swing.border | 包含与swing组件外框有关的类 javax..swing.colorchooser | 针对swing调色盘组件(JColorChooser)所设计的类 javax.swing.event | 处理由swing组件产生的事件,有别于AWT事件 javax.swing.filechooser | 包
chooseFont
- 可以实现字体,大小等的选择的对话框,对话框内有各种系统自带的字体可以选择-As the culminating project for last semester’s Java programming class, I demonstrated how to emulate the features found in Windows Notepad in a Java application. Most of the algorithm
JFileChooser
- 单击“打开文件”按钮,系统将弹出一个文件对话框,用户可以把选择的文件的内容显示在一个文本区中。-JFileChooser
18
- 1. 能运用下拉菜单、快捷菜单、工具栏、文件选择器JFileChooser等编写应用程序。 2. 能借助于JBuilder等开发工具编写简易文本编辑器程序。 -1. To use the drop-down menu, shortcut menu, tool bar, file chooser JFileChooser so write applications. 2. JBuilder development tools ca
GourmetCoffeeGUI
- This Work graded 100 class SaveSalesListener implements ActionListener { /** * Saves the sales informations in a file. * * @param event the event object. */ public void actionPerformed(Ac
java-program2-
- 本文档主要列出了java语言程序设计进阶篇中的部分重要且典型的编程题,包括进度条,聊天软件,使用选项卡,使用弹出式菜单,使用JFileChooser等-This document lists the java programming language, advanced, and some important papers in a typical programming problems, including the progress
lab07
- Swing 运用: 掌握Swing常用容器Jfr a me、JPanel的使用; 掌握Swing常用组件使用; 掌握JTable、JTree的基本功能 掌握JOptionPane、JFileChooser、JColorChooser类的基本用法。-Swing use: Master Swing commonly used Jfr a me container, JPanel use Master Swing
FileChooser
- 在应用程序中通常都会涉及文件的打开和保存等操作。在Java类库中javax.swing.JFileChooser类提供了方便的文件操作方法,不但支持打开、保存文件对话框,还支持文件和目录选择,以及单选和多选文件。 本例中演示了如何显示打开和保存两种对话框,如何用文件选择器来打开特殊的文件。-The application usually involves a file open and save operations. Javax