资源简介
当点击运行时就会读取指定的路经下的文本。
代码片段和文件信息
import java.io.*;
import javax.swing.*;
public class Help
{
public static void main( String args[] ) throws Exception{
File f = new File(“H:/javapro/files/testwords.txt“);
new ShowWin(f);
}
}
class ShowWin extends Jframe
{
JTextArea ta = null;
JScrollPane jsp = null;
ShowWin(File file) throws Exception {
this.setVisible(true);
this.setS
- 上一篇:java绘图程序代码
- 下一篇:JAVA贪吃蛇源代码
相关资源
- pagehelper-4.2.1.jar和jsqlparser-0.9.4.jar
- pagehelper-3.4.2-fixjar包完整版
- pagehelper用的jar包
- pagehelper-4.2.1jar包
- mybatis分页插件pagehelper:jar:3.4.2-fix.ja
- 淘淘商城Missing artifact com.github.pagehe
- .net 与Java间RSA加密的转换
- Android数据存储(sqlitehelper)
- Android版本的sqlhelper,用于sqlite连接
- UiAutomator 工具包UiAutomatorHelper
- SearchHelper(搜索框特效).zip
-
自定义recycleview强大 ba
seRecyclerView - AESHelper 工具类
- pagehelper3.4.2-fix jar包
评论
共有 条评论