question.jcp

来自「java做的一个模拟考试的平台` 有多选题和单选题~可以自测打分 每次能够自己从」· JCP 代码 · 共 44 行

JCP
44
字号
<?xml?>

<project>

	<settings>

		<label>Question</label>

		<root_path>\</root_path>

		<output_path>\</output_path>

		<source_path>\</source_path>

		<jdkprofile_ref>JDK version 1.5.0_15</jdkprofile_ref>

		<compiler_ref/>

		<ant_ref/>

	</settings>

	<runtimes>

		<runtime>

			<label>&lt;Default&gt;</label>

			<application_ref/>

			<applet_ref/>

			<debugger_ref/>

			<param/>

			<run>Question</run>

		</runtime>

	</runtimes>

	<libraries/>

	<files>

		<include>

			<fileitem>

				<path>Question.java</path>

				<source>true</source>

			</fileitem>

			<fileitem>

				<path>QuestionPanel.java</path>

				<source>true</source>

			</fileitem>

			<fileitem>

				<path>ShowResult.java</path>

				<source>true</source>

			</fileitem>

			<fileitem>

				<path>SignInPanel.java</path>

				<source>true</source>

			</fileitem>

		</include>

	</files>

	<tasks/>

</project>

⌨️ 快捷键说明

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