欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

package.html

PIY(Program It Yourself)是一个基于Java的应用程序开发环境
HTML
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -