Error in RPM
Dear experts,
java.lang.ClassCastException: javax.swing.KeyStroke cannot be cast to java.lang.Comparable
While doing some work in SIM application, the following error is occured. Please help me out to solve this issue.
at java.util.TreeMap.compare( Unknown Source)
at java.util.TreeMap.put(Unknown Source)
at java.util.TreeSet.add(Unknown Source)
at com.retek.platform.client.gui. table.AbstractCellEditor. setFocusTraversalDefault( AbstractCellEditor.java:204)
at com.retek.platform.client.gui. table.editors.DateCellEditor. access$400(DateCellEditor. java:21)
at com.retek.platform.client.gui. table.editors.DateCellEditor$ DateEntryComponent.<init>( DateCellEditor.java:214)
at com.retek.platform.client.gui. table.editors.DateCellEditor.
0