DirectoryChooser Dialog Display Incomplete

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

DirectoryChooser Dialog Display Incomplete

kacollins
I am using ij.io.DirectoryChooser in a plugin:


DirectoryChooser od = new DirectoryChooser ("Select directory");
if (od.getDirectory() != null) {
     path = od.getDirectory(); }


I am running Windows 7 64-bit OS, ImageJ 1.44j9, and Java 1.6.0_12 (64-bit). When the dialog window opens, the "Up One Level", "Create New Folder", "List", and "Details" icons at the top of the window are not displayed. However, the tool tip text pops up when hovering over the expected locations with the mouse, and the buttons work if the mouse is clicked in the place where they should be displayed.

Does anyone else experience this problem. Any ideas on what I should do to correct the problem?

Karen
Reply | Threaded
Open this post in threaded view
|

Re: DirectoryChooser Dialog Display Incomplete

kacollins
Apparently this problem is a general Java problem and has been corrected. I have upgraded to Java 1.6.0_22 (64-bit) and the icons display properly now.