Importing components to the side bar - error

We find that on some of our training machines when users click on a link that should allow them to import a component of a page, nothing happens. In the Java console we record the set of messages you see underneath the end of this post. Any ideas what might cause it? Is it something could be caused by low-spec machines? Thanks

Key #1: ACTIONID, value: INSERTCOMPONENT

Key #2: SmallIcon, value: javax.swing.ImageIcon@1f6ef01

Key #3: enabled, value: true

Key #4: defaultshortcut, value: true

Key #5: alwaysenabledinwysiwyg, value: false

Key #6: apiobject, value: com.realobjects.eop.japplet.SwingEditorApplet[panel0,0,0,358x268,invalid,layout=java.awt.BorderLayout,rootPane=javax.swing.JRootPane[,0,0,358x268,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]

Key #7: frame, value: sun.plugin.viewer.frame.WNetscapeEmbeddedFrame[frame0,0,0,358x268,invalid,layout=java.awt.BorderLayout,title=,resizable,normal]

Attributes Hashtable from edit-on Pro:{}

Attributes Hashtable put to edit-on Pro: {}

java.lang.Error: Do not use com.sct.cms.realobjects.ComponentBrowserDialog.add() use com.sct.cms.realobjects.ComponentBrowserDialog.getContentPane().add() instead

at javax.swing.JDialog.createRootPaneException(Unknown Source)

at javax.swing.JDialog.addImpl(Unknown Source)

at java.awt.Container.add(Unknown Source)

at com.sct.cms.realobjects.ComponentBrowserDialog.(ComponentBrowserDialog.java:47)

at com.sct.cms.realobjects.ComponentBrowserDialogWrapper.doDialog(ComponentBrowserDialogWrapper.java:38)

at com.sct.cms.realobjects.SctDialogWrapper.actionPerformed(SctDialogWrapper.java:77)

at com.realobjects.eop.bean.j.b(Unknown Source)

at com.realobjects.eop.japplet.c.b.b(Unknown Source)

at com.realobjects.eop.japplet.c.b.b(Unknown Source)

at com.realobjects.eop.japplet.c.b.b(Unknown Source)

at com.realobjects.eop.japplet.d.d$1.actionPerformed(Unknown Source)

at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)

at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)

at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)

at javax.swing.DefaultButtonModel.setPressed(Unknown Source)

at javax.swing.AbstractButton.doClick(Unknown Source)

at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)

at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(Unknown Source)

at java.awt.Component.processMouseEvent(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.LightweightDispatcher.retargetMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.dispatchEvent(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 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)

0
No votes yet