features.java
来自「基于netbeans的java桌面应用程序合集」· Java 代码 · 共 11 行
JAVA
11 行
package com.sun.tiger.enumerated;
public interface Features {
/** Get the upcharge for this feature */
public float getUpcharge();
/** Get the description for this feature */
public String getDescription();
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?