package.html

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

HTML
14
字号
<html>
	<body>
		All actions that a user can add to their project, along with the descriptors for the
		actions should be placed here.
		(Note: The NULL action is not placed in this directory since the user cannot explicitly
		add it to their project). <p>
		To add a new action to piy, you must implement the Action interface and then place the
		action in this package.  Piy automatically detects any valid Action classes in this package.
		<p> It is recommended (but not required) that actions hae a relevant descriptor class
		which describes the action.  The descriptor class is a class which extends ActionDescriptor,
		providing information to piy such as the name of the action and the icon to display on the
		piy toolbar.  (Ideally, icons should be placed in the piy/action directory.)
	</body>
</html>

⌨️ 快捷键说明

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