Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 69145 invoked from network); 18 Jun 2009 12:29:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jun 2009 12:29:19 -0000 Received: (qmail 50157 invoked by uid 500); 18 Jun 2009 12:29:29 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 50121 invoked by uid 500); 18 Jun 2009 12:29:29 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 50112 invoked by uid 99); 18 Jun 2009 12:29:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 12:29:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 12:29:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 61A65234C044 for ; Thu, 18 Jun 2009 05:29:07 -0700 (PDT) Message-ID: <1193033026.1245328147386.JavaMail.jira@brutus> Date: Thu, 18 Jun 2009 05:29:07 -0700 (PDT) From: "Oliver Deakin (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-6009) [classlib][beans] NPE launching swingset2 example In-Reply-To: <1269011495.1225899584173.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Deakin closed HARMONY-6009. ---------------------------------- Closing... > [classlib][beans] NPE launching swingset2 example > ------------------------------------------------- > > Key: HARMONY-6009 > URL: https://issues.apache.org/jira/browse/HARMONY-6009 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: Win32 > Harmony r715566 > Reporter: Tim Ellison > Assignee: Oliver Deakin > Fix For: 5.0M10 > > Attachments: HARMONY-6009.diff > > > harmony thorws a NullPointerException when launching swingset2 example > hdk\jdk\jre\bin\java.exe -jar c:\apachecon\swingset\SwingSet2.jar > Uncaught exception in main: > java.lang.reflect.InvocationTargetException > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > at java.lang.reflect.Method.invoke(Method.java:317) > at org.apache.harmony.vm.JarRunner.main(JarRunner.java:89) > Caused by: java.lang.NullPointerException > at java.beans.PropertyChangeSupport.doFirePropertyChange(PropertyChangeSupport.java:263) > at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:54) > at java.awt.Component.firePropertyChangeImpl(Component.java:1669) > at java.awt.Component.firePropertyChange(Component.java:1683) > at javax.swing.JComponent.setBorder(JComponent.java:747) > at javax.swing.LookAndFeel.uninstallBorder(LookAndFeel.java:163) > at javax.swing.plaf.basic.BasicInternalFrameUI.uninstallDefaults(BasicInternalFrameUI.java:790) > at javax.swing.plaf.basic.BasicInternalFrameUI.uninstallUI(BasicInternalFrameUI.java:560) > at javax.swing.plaf.metal.MetalInternalFrameUI.uninstallUI(MetalInternalFrameUI.java:105) > at javax.swing.JComponent.setUI(JComponent.java:1294) > at javax.swing.JInternalFrame.setUI(JInternalFrame.java:539) > at javax.swing.JInternalFrame.updateUI(JInternalFrame.java:558) > at javax.swing.SwingUtilities.updateComponentTreeUILevel(SwingUtilities.java:374) > at javax.swing.SwingUtilities.updateComponentTreeUILevel(SwingUtilities.java:386) > at javax.swing.SwingUtilities.updateComponentTreeUILevel(SwingUtilities.java:386) > at javax.swing.SwingUtilities.updateComponentTreeUI(SwingUtilities.java:365) > at SwingSet2.setDemo(SwingSet2.java:726) > at SwingSet2.preloadFirstDemo(SwingSet2.java:684) > at SwingSet2.(SwingSet2.java:225) > at SwingSet2.main(SwingSet2.java:248) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > ... 2 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.