Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Fall 5, Fall 6
Description
- After eliminating Jidesoft Ultimate from IGB Project multiple UI components do not work. This issue is for the JideTable component
This work is going to be done using main-JDK8 as the starting point: https://bitbucket.org/lorainelab/integrated-genome-browser/src/main-JDK8/
Attachments
Issue Links
- blocks
-
IGBF-3452 Investigate main-JDK8-r6 errors on Java 11
-
- Closed
-
-
IGBF-3473 Investigate removal of Jidesoft Ultimate from IGB project
-
- Closed
-
- relates to
-
IGBF-3491 Create ColorComboBox: Replace Jidesoft
-
- To-Do
-
-
IGBF-3494 Change JideTable: Replace Jidesoft
-
- To-Do
-
-
IGBF-3496 Create ListDataIntelliHints: Replace Jidesoft
-
- To-Do
-
-
IGBF-3497 Create MemoryStatusBarItem: Replace Jidesoft
-
- To-Do
-
-
IGBF-3493 Change LookandFeel: Replace Jidesoft
-
- To-Do
-
There is an issue with runtime NullException in the new JideTable in Java 8 which needs to be addressed before I can proceed with creating a UI Component
Error during instantiation of the implementation object java.lang.NullPointerException at javax.swing.JTable.createDefaultColumnsFromModel(JTable.java:1283) at javax.swing.JTable.tableChanged(JTable.java:4392) at javax.swing.JTable.setModel(JTable.java:3694) at javax.swing.JTable.<init>(JTable.java:635) at javax.swing.JTable.<init>(JTable.java:563) at com.affymetrix.igb.swing.jide.utils.JideTable.<init>(JideTable.java:14) at com.affymetrix.igb.swing.jide.StyledJTable.<init>(StyledJTable.java:45)