📄 main.java
字号:
package com.acme.sp;import java.lang.*;/** * This application does nothing, but should compile cleanly * and demonstrate how to use JDiff to track changes in API between * versions of products. */public class Main { /** * The main program for SuperProduct. * Since this API does not change between versions, it does not * appear in the reported differences. * * @param args The command line arguments */ public static void main(String args[]) { }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -