如何使用 Java 为 NetBeans IDE 制作可停靠插件?

发布于 2025-01-07 05:58:03 字数 257 浏览 0 评论 0原文

我用 Java 创建了一个模拟时钟。但我想让它能够在 NetBeans IDE 中停靠(如屏幕截图所示)。

  • 就像左侧导航器、文件、底部任务被隐藏一样,一旦我按下它,它就会显示在左侧或底部。

对此有任何帮助吗,我如何告诉我的 NetBeans 插件可以像可停靠一样工作?使其工作后,我想将其发布到社区插件。

在此处输入图像描述

I have created one analogue clock with Java. But i want to make it dock-able in NetBeans IDE (like shown in the screen shot).

  • like the left side navigator, files, bottom tasks are hidden, once i press it it shows in left or bottom

Any help on this, how can i tell my NetBeans plugin to act like dock-able? After making it working i would like to publish it to the community plugin.

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凡尘雨 2025-01-14 05:58:03

使用 NetBeans 富客户端平台,这并不太复杂。按照本教程操作 - http://platform.netbeans.org/tutorials/nbm-paintapp .html#impMod

基本上,您将使用向导创建一个 ClockTopComponent。 TopComponents 自动获得漂亮的窗口免费功能,例如停靠、隐藏、平铺等。

有关 TopComponent 的常见问题解答

This is not too complicated using the NetBeans Rich Client Platform. Follow this tutorial - http://platform.netbeans.org/tutorials/nbm-paintapp.html#impMod

Basically, you'll create a ClockTopComponent using the wizard. TopComponents automatically get nice windowing features for free, like docking, hiding, tiling, etc.

FAQs about TopComponent

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文