oxodriver.java
来自「This the OXO example code plus the prese」· Java 代码 · 共 15 行
JAVA
15 行
/** * Write a description of class OXODriver here. * * @author (your name) * @version (a version number or a date) */public class OXODriver{ public static void main ( String [] args) { OxoGui oxo = new OxoGui(); }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?