If you want to stay on the JVM, you'll need to write custom code in Java (or Scala, or your other favorite JVM language) that runs your model using NetLogo's Controlling API https://github.com/NetLogo/NetLogo/wiki/Controlling-API and embeds it in a custom Swing-based UI that you construct yourself; see the embedding example near the end of that page.
But you might also consider switching to NetLogo Web, http://netlogoweb.org/info. “Save as NetLogo Web” outputs ordinary HTML + CSS + JavaScript, which you're then free to customize however you like. If you can get your model running in NetLogo Web — potentially a big "if", depending on what NetLogo features your model needs — then that seems like the way, way, way easier path to me... at least unless you happen to be a Swing expert. -- You received this message because you are subscribed to the Google Groups "netlogo-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
