sudoservice.jcp

来自「用JAVA编写的数独游戏源代码,帮助你快速得到游戏的答案」· JCP 代码 · 共 68 行

JCP
68
字号
<?xml?>

<project>

	<settings>

		<label>sudoservice</label>

		<root_path>\</root_path>

		<output_path>\</output_path>

		<source_path>\</source_path>

		<jdkprofile_ref>JDK version 1.5.0</jdkprofile_ref>

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

		<ant_ref/>

	</settings>

	<runtimes>

		<runtime>

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

			<application_ref/>

			<applet_ref/>

			<debugger_ref/>

			<param/>

			<run>MainFrame</run>

		</runtime>

	</runtimes>

	<libraries/>

	<files>

		<include>

			<fileitem>

				<path>Area.java</path>

				<source>true</source>

			</fileitem>

			<fileitem>

				<path>AreaCellPosition .java</path>

				<source>true</source>

			</fileitem>

			<fileitem>

				<path>AreaPosition.java</path>

				<source>true</source>

			</fileitem>

			<fileitem>

				<path>Cell.java</path>

				<source>true</source>

			</fileitem>

			<fileitem>

				<path>Column.java</path>

				<source>true</source>

			</fileitem>

			<fileitem>

				<path>DigitNumber.java</path>

				<source>true</source>

			</fileitem>

			<fileitem>

				<path>MainFrame.java</path>

				<source>true</source>

			</fileitem>

			<fileitem>

				<path>Row.java</path>

				<source>true</source>

			</fileitem>

			<fileitem>

				<path>SingleData.java</path>

				<source>true</source>

			</fileitem>

			<fileitem>

				<path>SudoService.java</path>

				<source>true</source>

			</fileitem>

		</include>

	</files>

	<tasks/>

</project>

⌨️ 快捷键说明

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