Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个应用程序,我必须在集成到应用程序中的查看器中显示 pdf。为此,我通过 SwingNode 使用 ICEPDF 库,因为我使用 JavaFX。我的问题是 pdf 正确加载,而查看器操作按钮所在的面板在查看器显示屏上不直接可见。要显示它,我必须用鼠标悬停,以便所有按钮都显示在屏幕截图中。
有没有办法弥补这个问题,因为最终用户肯定不知道有必要执行这种轮廓。
最后我找到了解决方案,我只需要使用 factory.buildUtilityToolBar(true) 方法而不是 factory.buildCompleteToolBar(true)