constants.java
来自「基于jxta的P2P框架的系统」· Java 代码 · 共 41 行
JAVA
41 行
package connex.app.utils;
import javax.swing.*;
import java.io.*;
public interface Constants {
final ImageIcon User_ICON = new ImageIcon("resources"+File.separator +"images"+File.separator +"user2.png");
final ImageIcon HOME_ICON = new ImageIcon("resources"+File.separator +"images"+File.separator +"home2.png");
final ImageIcon WS_ICON = new ImageIcon("resources"+File.separator +"images"+File.separator +"cube2.png");
final ImageIcon SEARCH_ICON = new ImageIcon("resources"+File.separator +"images"+File.separator +"search2.png");
final ImageIcon BACKGROUND = new ImageIcon("resources"+File.separator +"images"+File.separator +"back1.png");
final ImageIcon WS_SMALL = new ImageIcon("resources"+File.separator +"images"+File.separator +"cube3.png");
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?