[jbosstools-issues] [JBoss JIRA] Created: (JBDS-462) JBDS Installer: Exception when version is selected in combo box

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Fri Oct 24 09:37:20 EDT 2008


JBDS Installer: Exception when version is selected in combo box
---------------------------------------------------------------

                 Key: JBDS-462
                 URL: https://jira.jboss.org/jira/browse/JBDS-462
             Project: Developer Studio
          Issue Type: Bug
          Components: installer
            Reporter: Daniel Azarov
            Assignee: Daniel Azarov
             Fix For: 2.0.0.beta1


Exception occurs when I'm trying to select version in combo 

at net.sourceforge.mlf.metouia.MetouiaScrollPaneUI.paint(MetouiaScrollPaneUI.java:89) 
at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142) 
at javax.swing.JComponent.paintComponent(JComponent.java:743) 
at javax.swing.JComponent.paint(JComponent.java:1006) 
at javax.swing.JComponent.paintChildren(JComponent.java:843) 


it seems problem in installed L&F in line below 
      Rectangle vbounds = scrollpane.getHorizontalScrollBar().getBounds(); 
because scrollpane.getHorizontalScrollBar() returns null. 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list