final public void doCopy() {
final String strLtext = this.getText();
final boolean bolLnotEmpty = !strLtext.equals(Strings.strS_EMPTY);
if (bolLnotEmpty && this.objGcontrolJFrame.getJuggleMasterPro().bolGprogramTrusted) {
try {
Constants.objS_GRAPHICS_TOOLKIT.getSystemClipboard().setContents(new StringSelection(strLtext), null);
} catch (final Throwable objPthrowable) {
Tools.err("Error while copying program console into clipboard");
}
}
}
ClipboardJTextArea.java 文件源码
java
阅读 17
收藏 0
点赞 0
评论 0
项目:JuggleMasterPro
作者:
评论列表
文章目录