Warm tip: This article is reproduced from stackoverflow.com, please click
javafx icepdf

Problem with displaying the ICEPDF toolbar

发布于 2020-04-08 15:43:38

I am working on an application where I have to display a pdf in a viewer integrated into the application. To do this I use the ICEPDF library through a SwingNode because I use JavaFX. My problem is that the pdf loads correctly while the panel where the viewer action buttons are located is not visible directly on the viewer display. To display it, I have to hover with the mouse so that all the buttons appear as you can see on the screenshots.

Is there a way to make up for this problem because the end user will surely not know that it is necessary to execute this kind of contour.

enter image description here

enter image description here

Questioner
Aristide Etoumi
Viewed
76
Aristide Etoumi 2020-02-01 02:38

Finally I found the solution, I just had to use the factory.buildUtilityToolBar(true) method instead of factory.buildCompleteToolBar(true)