📄 readme.html
字号:
<html>
<head>
<title>SR Slider - ReadMe</title>
</head>
<body>
<h2>SR Slider - ReadMe</h2>
<hr>
<p>
<b>Running the program:</b>
<br>
Click on the 'run_win32.bat' file to run the program. After running the program, you can safely close the command prompt window.
<br><br>
If a command propmt window comes and vanishes, then you might not have a Java plugin installed on your machine. You can download and install Java from <a href="http://www.java.com" target="_new">http://www.java.com/</a> website. The download is free of cost.
<br><br>
The 'run_win32.bat' file is for Windows platform only. If you are running an operating system other than Windows, that file will not work. First you should open a console window (Terminal), cd (change directory) to this folder. Now type the command,<br><br>
<i>java SR_Slider</i>
<br><br>
I assumed that you have either J2SDK or J2RE installed on your system and made proper changes to the PATH variable.
<br><br>
<b>Debugging information:</b>
<br>
The *.class files contain no debugging information. They were compiled with: <i>javac -g:none FileName.java</i> command in order to keep the download file size small. To generate all the available debugging info, use the <i>javac -g FileName.java</i> command.
</p>
<p> </p>
<p> </p>
<p align="right">
<!-- You are not authorized to remove the code below -->
<font size="1">
<a href="http://www29.websamba.com/shovon">(C) ShuvoRim Pvt. Ltd.</a>
</font>
<!-- You are not authorized to remove the code above -->
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -