|
From: SourceForge.net <no...@so...> - 2005-12-06 19:19:28
|
Bugs item #1374694, was opened at 2005-12-06 13:28 Message generated for change (Comment added) made by byngl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=1374694&group_id=25576 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Greg Bingleman (byngl) Assigned to: Greg Bingleman (byngl) Summary: pressing key on class tab throws ClassCastException Initial Comment: java.lang.ClassCastException at pcgen.gui.tabs.InfoClasses$2.keyPressed (InfoClasses.java:1889) at java.awt.AWTEventMulticaster.keyPressed (Unknown Source) at java.awt.Component.processKeyEvent(Unknown Source) at javax.swing.JComponent.processKeyEvent (Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl (Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent (Unknown Source) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEven t(Unknown Source) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertion s(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent (Unknown Source) at java.awt.Component.dispatchEventImpl (Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at pcgen.gui.PCGen_Frame1 $WaitCursorEventQueue.dispatchEvent (PCGen_Frame1.java:3131) at java.awt.EventDispatchThread.pumpOneEventForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) java.awt.event.KeyEvent [KEY_PRESSED,keyCode=71,keyText=G,keyChar='g',keyLocati on=KEY_LOCATION_STANDARD] on pcgen.gui.utils.JTreeTable [,0,0,899x1824,alignmentX=null,alignmentY=null,border=, flags=328,maximumSize=,minimumSize=,preferredSize=,auto CreateColumnsFromModel=true,autoResizeMode=AUTO_RESIZE_ SUBSEQUENT_COLUMNS,cellSelectionEnabled=false,editingCo lumn=-1,editingRow=- 1,gridColor=javax.swing.plaf.ColorUIResource [r=128,g=128,b=128],preferredViewportSize=java.awt.Dime nsion [width=450,height=400],rowHeight=16,rowMargin=0,rowSele ctionAllowed=true,selectionBackground=javax.swing.plaf. ColorUIResource [r=10,g=36,b=106],selectionForeground=javax.swing.plaf. ColorUIResource [r=255,g=255,b=255],showHorizontalLines=false,showVerti calLines=false] ---------------------------------------------------------------------- >Comment By: Greg Bingleman (byngl) Date: 2005-12-06 14:19 Message: Logged In: YES user_id=328527 Checking in InfoClasses.java; /cvsroot/pcgen/src/java/pcgen/gui/tabs/InfoClasses.java,v <-- InfoClasses.java new revision: 1.81; previous revision: 1.80 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=1374694&group_id=25576 |