|
From: SourceForge.net <no...@so...> - 2005-11-15 11:25:30
|
Bugs item #1357281, was opened at 2005-11-15 11:24 Message generated for change (Settings changed) made by nklepeis1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101703&aid=1357281&group_id=1703 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Repast Py Group: None Status: Open Resolution: None Priority: 5 Submitted By: Neil (nklepeis1) Assigned to: Nobody/Anonymous (nobody) >Summary: Can't Add New Sequence Graph Series Initial Comment: Create new network model Add agent Add sequence graph Click on "New Action" under "Edit Series" in Sequency Graph I get the following output. It is not possible to add a new series, although opening old models with existing series is fine. Sorry if this is an old and obvious bug but I am new to repast and I didn't see anything about it anywhere. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at uchicago.src.simbuilder.beans.network.ActionNameDialog.getName(ActionNameDialog.java:85) at com.sun.java.swing.plaf.gtk.GTKStyleFactory.getMatchingStyles(Unknown Source) at com.sun.java.swing.plaf.gtk.GTKStyleFactory._getStyle(Unknown Source) at com.sun.java.swing.plaf.gtk.GTKStyleFactory.getStyle(Unknown Source) at javax.swing.plaf.synth.SynthLookAndFeel.getStyle(Unknown Source) at javax.swing.plaf.synth.SynthLookAndFeel.updateStyle(Unknown Source) at javax.swing.plaf.synth.SynthPanelUI.updateStyle(Unknown Source) at javax.swing.plaf.synth.SynthPanelUI.installDefaults(Unknown Source) at javax.swing.plaf.basic.BasicPanelUI.installUI(Unknown Source) at javax.swing.plaf.synth.SynthPanelUI.installUI(Unknown Source) at javax.swing.JComponent.setUI(Unknown Source) at javax.swing.JPanel.setUI(Unknown Source) at javax.swing.JPanel.updateUI(Unknown Source) at javax.swing.JPanel.<init>(Unknown Source) at javax.swing.JPanel.<init>(Unknown Source) at uchicago.src.simbuilder.beans.network.ActionNameDialog.<init>(ActionNameDialog.java:33) at uchicago.src.simbuilder.beans.SequencePropertyPanel.doNew(SequencePropertyPanel.java:371) at uchicago.src.simbuilder.beans.SequencePropertyPanel.access$200(Sequen [snipped...] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101703&aid=1357281&group_id=1703 |