📄 smartfileicons.java
字号:
// Decompiled by DJ v2.9.9.61 Copyright 2000 Atanas Neshkov Date: 2003-6-18 20:15:04
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name: SmartFileIcons.java
package com.jspsmart.file;
import java.util.ListResourceBundle;
public class SmartFileIcons extends ListResourceBundle
{
public SmartFileIcons()
{
}
public Object[][] getContents()
{
return contents;
}
private Object contents[][] = {
{
"", "default.gif"
}
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -