Ta上传的资源 (0)

.NET开发辅助工具包含了常用的.NET开发工具,方便提高开发速度。coderush-------------------代码简写,代码提示APIExplorer---------------api查询RegexBuddy------------------正则表达式测试及相关代码生成GAX----
C# 43

this.setSize(800,600); this.setLocationRelativeTo(NewProgram.this); JMenuBar jmb = new JMenuBar();//工具栏 JMenu jm = new JMenu();//菜单 jm.setText("文件");