资源简介
文件资源管理器是操作系统重要功能,基于java的文件资源管理器提供对文件或文件夹的创建打开读取关闭等功能。
代码片段和文件信息
package filexplorer;
import javax.swing.ImageIcon;
import javax.swing.Jframe;
import javax.swing.JLabel;
import javax.swing.JPanel;
public class about extends Jframe{
public void MainJframe() {
this.settitle(“ABOUT“);
setSize(545 400);
setLocation(420 350);
String path = “./src/back.jpg“;
ImageIcon background = new ImageIcon(path);
JLabel label = new JLabel(background);
label.setBounds(0 0 this.getWidth() this.getHeight());
JPanel imagePanel = (JPanel) this.getContentPane();
imagePanel.setOpaque(false);
this.getlayeredPane().add(label new Integer(Integer.MIN_VALUE));
setVisible(true);
this.setResizable(false);
//setDefaultCloseOperation(Jframe.EXIT_ON_CLOSE);
}
}
//Jframe frame;
//JButton About;
//Label la1la2la3la4;
//ImageIcon bg = new ImageIcon();
//JLabel imagePanel=new JLabel();
//public void run(){
// frame=new Jframe(“About“);
// frame.addWindowListener(new WindowAdapter(){
// public void windowClosing(WindowEvent evt){
// frame.setVisible(false);
// }
// });
//
//
// la1 = new Label(“关于“);
// la2 = new Label(“关于“);
// la3 = new Label(“关于“);
// la4 = new Label(“关于“);
// la1.setFont(new Font(null Font.BOLD 20));
// la2.setFont(new Font(null Font.PLAIN 15));
// la3.setFont(new Font(null Font.PLAIN 15));
// la4.setFont(new Font(null Font.PLAIN 15));
//
//
//
//
//
// About= new JButton(“ok“);
// About.setBounds(5 5 5 5);
// frame.setBounds(480400400300);
// frame.setLayout(new BorderLayout());
// frame.setResizable(false);
// frame.setVisible(true);
// Panel end = new Panel();
// Panel start = new Panel();
// Panel center = new Panel();
//
// frame.add(BorderLayout.CENTER center);
// frame.add(BorderLayout.PAGE_START start);
// frame.add(BorderLayout.PAGE_ENDend);
//
// center.setLayout(new GridLayout(31));
// end.add(About);
//
//
//
//
// start.add(la1BorderLayout.CENTER);
// center.add(la2BorderLayout.CENTER);
// center.add(la3BorderLayout.CENTER);
// center.add(la4BorderLayout.CENTER);
//
//
//
//
// frame.setVisible(true);
//}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-12-15 13:19 filexplorer\
文件 373 2016-12-15 15:34 filexplorer\.classpath
文件 387 2016-12-15 13:19 filexplorer\.project
目录 0 2016-12-15 13:19 filexplorer\.settings\
文件 598 2016-12-15 13:19 filexplorer\.settings\org.eclipse.jdt.core.prefs
目录 0 2016-12-30 18:56 filexplorer\bin\
文件 1764 2016-12-15 19:49 filexplorer\bin\006.png
文件 14222 2016-12-16 22:45 filexplorer\bin\back.jpg
目录 0 2017-01-01 12:49 filexplorer\bin\filexplorer\
文件 760 2016-12-30 19:55 filexplorer\bin\filexplorer\LineMode$1.class
文件 2907 2016-12-30 19:55 filexplorer\bin\filexplorer\LineMode$2.class
文件 4109 2016-12-30 19:55 filexplorer\bin\filexplorer\LineMode.class
文件 714 2017-01-01 12:56 filexplorer\bin\filexplorer\UI$1.class
文件 708 2017-01-01 12:56 filexplorer\bin\filexplorer\UI$10.class
文件 662 2017-01-01 12:56 filexplorer\bin\filexplorer\UI$11.class
文件 1715 2017-01-01 12:56 filexplorer\bin\filexplorer\UI$2.class
文件 1441 2017-01-01 12:56 filexplorer\bin\filexplorer\UI$3.class
文件 986 2017-01-01 12:56 filexplorer\bin\filexplorer\UI$4.class
文件 986 2017-01-01 12:56 filexplorer\bin\filexplorer\UI$5.class
文件 2147 2017-01-01 12:56 filexplorer\bin\filexplorer\UI$6.class
文件 2602 2017-01-01 12:56 filexplorer\bin\filexplorer\UI$7.class
文件 752 2017-01-01 12:56 filexplorer\bin\filexplorer\UI$8.class
文件 715 2017-01-01 12:56 filexplorer\bin\filexplorer\UI$9.class
文件 6331 2017-01-01 12:56 filexplorer\bin\filexplorer\UI.class
文件 1311 2017-01-01 12:58 filexplorer\bin\filexplorer\about.class
文件 2876 2017-01-01 12:52 filexplorer\bin\filexplorer\line$1.class
文件 4583 2017-01-01 12:52 filexplorer\bin\filexplorer\line.class
目录 0 2016-12-30 18:56 filexplorer\bin\res\
文件 10 2016-12-16 13:00 filexplorer\bin\res\20161216130031.txt
文件 194 2016-12-16 15:49 filexplorer\bin\res\20161216154905.txt
文件 1850 2016-12-16 15:51 filexplorer\bin\res\20161216155112.txt
............此处省略29个文件信息
- 上一篇:Java web学生信息管理网页版
- 下一篇:非常简单的基于android的同学录
评论
共有 条评论