← Back to team overview

gephi.team team mailing list archive

[Bug 692379] Re: RepaintCell exception on Mac OS X

 

** Tags added: macosx

-- 
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.
https://bugs.launchpad.net/bugs/692379

Title:
  RepaintCell exception on Mac OS X

Status in Gephi - Network exploration and manipulation:
  Fix Committed
Status in Gephi 0.7 series:
  Fix Committed

Bug description:
  Exception when manipulating ranking or partition combo boxes

java.lang.NullPointerException
 at com.apple.laf.AquaListUI.repaintCell(AquaListUI.java:132)
 at com.apple.laf.AquaComboBoxUI$1$1.paintSelected(AquaComboBoxUI.java:91)
 at com.apple.laf.AquaUtils.blinkMenu(AquaUtils.java:202)
 at com.apple.laf.AquaComboBoxUI$1.itemStateChanged(AquaComboBoxUI.java:89)
 at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1205)
 at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1262)
 at javax.swing.JComboBox.contentsChanged(JComboBox.java:1309)
 at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)