隐藏 ImageJ 界面元素
我正在开展一个项目,涉及招募大量人员 相对不熟练的工人使用重复的图像分析 ImageJ。我编写了一组宏来引导他们完成 分析过程,但为了提高吞吐量并减少 错误,我想弄清楚如何隐藏尽可能多的 gui/菜单 接口尽可能。
最佳解决方案将仅显示有问题的图像和一组 图标来选择正确的宏。让事情变得更加复杂的是,我 计划通过 a 交付要分析的小程序和图像 网站(虽然我的理解是这也不应该改变 很多)。
我已经搜索了相当多的内容,但似乎找不到如何的示例 做这个界面简化。如果有人能指出我的正确方向 方向我将不胜感激。我愿意接受任何有效的建议,尽管由于我的 Java 有点生疏,宏/脚本/配置解决方案可能会更容易。
I'm working on a project involving enlisting a large number of
relatively unskilled workers to do repetitive image analysis using
ImageJ. I've written a set of macros which walk them through the
analysis process, but in order to increase throughput and reduce
errors, I'd like to figure out how to hide as much of the gui/menu
interface as possible.
An optimal solution would show just the image in question and a set of
icons to select the correct macro. To further complicate things, I'm
planning on delivering the applet and image to be analyzed through a
website (though my understanding is that this shouldn't change too
much).
I've searched a fair bit and can't seem to find an example of how to
do this interface simplification. If anyone can point me in the right
direction I'd be quite grateful. I'm open to any suggestion that works, though since my Java is a bit rusty, a macro/script/configuration solution might be easier.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我用优秀的操作栏插件解决了我的问题:
http:// /imagejdocu.tudor.lu/doku.php?id=plugin:utilities:action_bar:start
I solved my problem with the excellent Action Bar Plugin:
http://imagejdocu.tudor.lu/doku.php?id=plugin:utilities:action_bar:start