⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 getresource.bsh

📁 用java 编写的源码开放的文本编辑器。有很多有用的特性
💻 BSH
字号:
/**	The equivalent of calling getResource() on the interpreter class in	the bsh package.  Use absolute paths to get stuff in the classpath.*/bsh.help.getResource = "usage: getResource( String name )";import bsh.Interpreter;URL getResource( String path ) {	//return this.interpreter.getClass().getResource(name);	return Interpreter.class.getResource(path);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -