When i select "Capture/All Actions" from Costello it looks as if the Look and Feel of my GUI takes over Costello's and causes it to freeze and throw unending exceptions to the command line. Has anyone encountered this?? (when i RUN a test, i choose to run in a seperate vm so the issue does not occur).
Any help is much appreciated!
Thanks
John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The exceptions are UIDefaults.getUI() failed: no ComponentUI class for: abbot.editor.<COMPONENT>, there's a lot of them being thrown but here's one as an example: (hope this helps!)
UIDefaults.getUI() failed: no ComponentUI class for: abbot.editor.CustomCheckBox
MenuItem[AWT Mode,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=26
4,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSe
lectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right
=2],paintBorder=false,paintFocus=false,pressedIcon=,rolloverEnabled=false,rollov
erIcon=,rolloverSelectedIcon=,selectedIcon=,text=AWT Mode]
java.lang.Error
at javax.swing.UIDefaults.getUIError(Unknown Source)
at javax.swing.MultiUIDefaults.getUIError(Unknown Source)
at javax.swing.UIDefaults.getUI(Unknown Source)
at javax.swing.UIManager.getUI(Unknown Source)
at javax.swing.JMenuItem.updateUI(Unknown Source)
at javax.swing.SwingUtilities.updateComponentTreeUI0(Unknown Source)
at javax.swing.SwingUtilities.updateComponentTreeUI0(Unknown Source)
at javax.swing.SwingUtilities.updateComponentTreeUI0(Unknown Source)
at javax.swing.SwingUtilities.updateComponentTreeUI(Unknown Source)
at org.jvnet.lafwidget.menu.MenuSearchWidget$2.run(MenuSearchWidget.java
:608)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.Dialog$1.run(Unknown Source)
at java.awt.Dialog$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at java.awt.Window.setVisible(Unknown Source)
at java.awt.Dialog.setVisible(Unknown Source)
at com.osssoftware.gui.LoginPanel.createGui(Unknown Source)
at com.osssoftware.gui.LoginPanel.<init>(Unknown Source)
at com.osssoftware.gui.MasterDockFrame.showGui(Unknown Source)
at com.osssoftware.gui.MasterDockFrame$8.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(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)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey all,
When i select "Capture/All Actions" from Costello it looks as if the Look and Feel of my GUI takes over Costello's and causes it to freeze and throw unending exceptions to the command line. Has anyone encountered this?? (when i RUN a test, i choose to run in a seperate vm so the issue does not occur).
Any help is much appreciated!
Thanks
John
Thanks for the reply.
The exceptions are UIDefaults.getUI() failed: no ComponentUI class for: abbot.editor.<COMPONENT>, there's a lot of them being thrown but here's one as an example: (hope this helps!)
UIDefaults.getUI() failed: no ComponentUI class for: abbot.editor.CustomCheckBox
MenuItem[AWT Mode,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=26
4,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSe
lectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right
=2],paintBorder=false,paintFocus=false,pressedIcon=,rolloverEnabled=false,rollov
erIcon=,rolloverSelectedIcon=,selectedIcon=,text=AWT Mode]
java.lang.Error
at javax.swing.UIDefaults.getUIError(Unknown Source)
at javax.swing.MultiUIDefaults.getUIError(Unknown Source)
at javax.swing.UIDefaults.getUI(Unknown Source)
at javax.swing.UIManager.getUI(Unknown Source)
at javax.swing.JMenuItem.updateUI(Unknown Source)
at javax.swing.SwingUtilities.updateComponentTreeUI0(Unknown Source)
at javax.swing.SwingUtilities.updateComponentTreeUI0(Unknown Source)
at javax.swing.SwingUtilities.updateComponentTreeUI0(Unknown Source)
at javax.swing.SwingUtilities.updateComponentTreeUI(Unknown Source)
at org.jvnet.lafwidget.menu.MenuSearchWidget$2.run(MenuSearchWidget.java
:608)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.Dialog$1.run(Unknown Source)
at java.awt.Dialog$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at java.awt.Window.setVisible(Unknown Source)
at java.awt.Dialog.setVisible(Unknown Source)
at com.osssoftware.gui.LoginPanel.createGui(Unknown Source)
at com.osssoftware.gui.LoginPanel.<init>(Unknown Source)
at com.osssoftware.gui.MasterDockFrame.showGui(Unknown Source)
at com.osssoftware.gui.MasterDockFrame$8.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(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)
cheers, is it worth noting that the look and feel is taking over costello's?? (i thought costello tried to keep it's own look and feel)
sorry tried to reply to "abbot-users@lists.sf.net" but it bounced.
sorry for the delay, just got a whole lot busier for a while. Thanks for the explanation! It should be quite useful when i get back to testing!
Really appreciate the help!
John