|
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
|