An extension for creating additional interface tabs in the NetLogo GUI and putting custom widgets on them.
nicolaspayette on v2.0.0-BETA5
nicolaspayette on 6.1.1-update
update to NetLogo 6.1.1 (compare)
nicolaspayette on master
update sbt launch script update sbt version disable sbt-ghpages plugin (for… and 21 more (compare)
nicolaspayette on v2.0.0-BETA4
nicolaspayette on 2.0.0-BETA4
nicolaspayette on 2.0.0-BETA4
nicolaspayette on hexy
Compile against NetLogo 6.0.4 … (compare)
nicolaspayette on nicolaspayette-patch-1
xw
.xw:on-<property>-change
: https://github.com/CRESS-Surrey/eXtraWidgets/wiki/Primitives#xwon-property-change. @qiemem, let me know if it is correct. @kavinpreethi, let me know if it is understandable to you.
xw
) do support the use of \n
in some cases. Not being able to use it in widgets is a limitation of Swing. The workaround is to wrap the text in html and use a <br />
tag, e.g.: xw:set-label "<html>foo<br />bar</html>"
.