Eyal Landau
Eyal Landau
Note: when we move to JDK 10, we'll need to change `org.nlogo.swing.Utils.setSystemLookAndFeel` to use "javax.swing.plaf.nimbus.NimbusLookAndFeel" instead of "com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel". ([see here](http://www.oracle.com/technetwork/java/javase/10-relnote-issues-4108729.html#JDK-8185683))
Maybe this work-around should be put in the Mac notes on the downloads page for 6.0.1?
What is the current implementation for agents, simple classes? Akka Actors seem to be the obvious implementation in the case of agents?
If agents were something like prototype-based, it would be much more lightweight. Take for example, `color`. If you have 10,000 patches with the same color, only one of them will...
Another idea (although similar to the above) is to imitate what happens when you fork a process. The address space remains shared between the parent and child, and certain pages...
Do you have any clue of why is this happening?
Isn't `setFont` enough?
Anonymous reporters (and commands, I believe, not tested though) have the same problem. Tested on 6.0.1
I'll be happy to implement this, but I'll need some assistance (e.g., how to take `empty.nlogo{,3d}` out of the jar and interact with it)
I didn't understand the preferences pane idea. I think my suggestion (adjusted by what you said) of saving the current model somewhere and loading it instead of `empty.nlogo` is pretty...