OMERO plugin in Fiji: list viewing bug
Posted: Thu Nov 30, 2017 9:56 am
Hello !
One of my user told me that she was unable to open some containers in the ImageJ plugin (in Fiji actually).
Whenever she tries to develop a dataset with more than 100 images, she gets this error (on MacOS):
I tried to replicate on Windows 10 and indeed, whenever I try to switch to a list view (by using the "view as list" button or opening a container with more than "/views/MAX_ENTRIES"), I get a similar (but slightly different) error message:
As a workaround, I can increase the "MAX_ENTRIES" in dataBrowser.xml, but it seems that for both of us the list view in Fiji is broken...
One of my user told me that she was unable to open some containers in the ImageJ plugin (in Fiji actually).
Whenever she tries to develop a dataset with more than 100 images, she gets this error (on MacOS):
- Code: Select all
Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: sun.swing.table.DefaultTableCellHeaderRenderer cannot be cast to org.jdesktop.swingx.table.ColumnHeaderRenderer
I tried to replicate on Windows 10 and indeed, whenever I try to switch to a list view (by using the "view as list" button or opening a container with more than "/views/MAX_ENTRIES"), I get a similar (but slightly different) error message:
- Code: Select all
Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: com.sun.java.swing.plaf.windows.WindowsTableHeaderUI$XPDefaultRenderer cannot be cast to org.jdesktop.swingx.table.ColumnHeaderRenderer
As a workaround, I can increase the "MAX_ENTRIES" in dataBrowser.xml, but it seems that for both of us the list view in Fiji is broken...