usercomponent.java

来自「PIY(Program It Yourself)是一个基于Java的应用程序开发」· Java 代码 · 共 13 行

JAVA
13
字号
package piy;

/**
* Represents a UserComponent.  Specific user components should be placed into the
* "components" directory, observing the naming rules as specifed in PIY for all
* accessible properties.
* @author David Vivash
* @version 1.0, 19/11/00
*/
public interface UserComponent
{

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?