Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] Europa 3.3

Hi - any idea when VE will be ready for Europa 3.3?

I've tried the last solution on the VE Wiki, namely, Paulg's VE
install instructions.

When I run the simple Swing application it generates the
enclosed errors.

This is a simple Swing application which works under Eclipse 3.2
with VE.

I'm using Europa 3.3 and Java 5 and I can see the plugin  under
"About Eclipse Platform".

Any help would be appreciated.

---

Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: null
delegate icon argument
       at javax.swing.plaf.IconUIResource.<init>(IconUIResource.java:49)
at javax.swing.plaf.metal.OceanTheme$IFIcon.<init>(OceanTheme.java:87) at javax.swing.plaf.metal.OceanTheme$1.createValue(OceanTheme.java:187)
       at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:199)
       at javax.swing.UIDefaults.get(UIDefaults.java:144)
       at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:44)
       at javax.swing.UIDefaults.getIcon(UIDefaults.java:431)
       at javax.swing.UIManager.getIcon(UIManager.java:727)
at javax.swing.plaf.metal.MetalTitlePane.createButtons(MetalTitlePane.java:489) at javax.swing.plaf.metal.MetalTitlePane.installSubcomponents(MetalTitlePane.java:264) at javax.swing.plaf.metal.MetalTitlePane.<init>(MetalTitlePane.java:161) at javax.swing.plaf.metal.MetalRootPaneUI.createTitlePane(MetalRootPaneUI.java:295) at javax.swing.plaf.metal.MetalRootPaneUI.installClientDecorations(MetalRootPaneUI.java:249) at javax.swing.plaf.metal.MetalRootPaneUI.propertyChange(MetalRootPaneUI.java:393) at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339) at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276) at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:297)
       at java.awt.Component.firePropertyChange(Component.java:7905)
       at javax.swing.JComponent.firePropertyChange(JComponent.java:4454)
at javax.swing.JRootPane.setWindowDecorationStyle(JRootPane.java:426)
       at javax.swing.JFrame.frameInit(JFrame.java:249)
       at javax.swing.JFrame.<init>(JFrame.java:208)
at com.virtualmachines.swing.tutorial.HelloWorldSwing.createAndShowGUI(HelloWorldSwing.java:40) at com.virtualmachines.swing.tutorial.HelloWorldSwing.access$0(HelloWorldSwing.java:38) at com.virtualmachines.swing.tutorial.HelloWorldSwing$1.run(HelloWorldSwing.java:51)
       at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
       at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
       at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)


--
Article. VI. Clause 3 of the constitution of the United States states: "The Senators and Representatives before mentioned, and the Members of the several State Legislatures, and all executive and judicial Officers, both of the United States and of the several States, shall be bound by Oath or Affirmation, to support this Constitution; but no religious Test shall ever be required as a Qualification to any Office or public Trust under the United States."



Back to the top