Isaac Brown
Isaac Brown
### Motivation Right now, BehaviorSpace experiments can be run manually through the GUI, but not in NetLogo code. Being able to run experiments from NetLogo code would allow users to...
Fixed a confusing error message in the BehaviorSpace GUI dialog, also made some clarifications and improvements to the BehaviorSpace documentation.
- Converts interface to Swing FlatLaf - Improved widget design - Improves color picker, now uses RGB sliders instead of fixed color patches
Simplified and improved the code managing the interface, info, and code tabs, as well as the separate code tab window. The following bugs should now be fixed: - Find dialog...
This pull request provides functionality for loading and saving NetLogo models as XML. It also supports automatic upgrades to the new format by loading a model in the old format...
I got the following exception in the System Dynamics editor: ``` java.lang.NullPointerException: Cannot invoke "org.nlogo.sdm.gui.AggregateConnectionTool.mouseUp(java.awt.event.MouseEvent, int, int)" because "this.link" is null ``` To reproduce: 1. Open NetLogo 2D 2. Open...
Attempted to fix bug in issue #1932. Note: This pull request would require a change to the format which would no longer be consequential if pull request #2285 is integrated,...
See issue #2211 for details. This pull request adds the requested functionality to NetLogo and HubNet, in both the GUI and the code. Since the plot widget file format was...
Fixed the bug detailed in issue #2283. Note: will need to be fixed after #2286 is integrated.
Steps to reproduce: 1. Open a saved model in NetLogo 2. Right click on a widget and choose Edit 3. Change nothing and press OK 4. See that the model...