PasteAction.java 文件源码

java
阅读 28 收藏 0 点赞 0 评论 0

项目:JRLib 作者:
public PasteAction(Lookup context) {
    super(context, ClipboardUtil.Pasteable.class);
    setDisplayName(Bundle.CTL_PasteAction());
    setSmallIconPath(IMG_16);
    setLargeIconPath(IMG_32);

    cb = Toolkit.getDefaultToolkit().getSystemClipboard();
    if(cb == null) {
        logger.warning("SystemClipboard not found! CopyAction will be disabled!");
    } else {
        cb.addFlavorListener(WeakListeners.create(FlavorListener.class, cbListener, cb));
    }
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号