📄 massivecompiler.java
字号:
/* * MassiveCompiler.java * * Created on 19 maggio 2004, 18.42 */package it.businesslogic.ireport.plugin.massivecompiler;import it.businesslogic.ireport.plugin.*;import it.businesslogic.ireport.gui.*;/** * * @author Administrator */public class MassiveCompiler extends IReportPlugin { MassiveCompilerFrame mcf = null; /** Creates a new instance of MassiveCompiler */ public MassiveCompiler() { } public void call() { if (mcf == null) { mcf = new MassiveCompilerFrame(); mcf.setIReportMainFrame( this.getMainFrame() ); } mcf.show(); } }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -