CRESS-Surrey / eXtraWidgets

An extension for creating additional interface tabs in the NetLogo GUI and putting custom widgets on them.
MIT License
13 stars 4 forks source link

When creating a widget, should we require specifying a valid tab? #23

Closed nicolaspayette closed 9 years ago

nicolaspayette commented 10 years ago

Or should we allow dangling widgets?

Related to #22.

nicolaspayette commented 10 years ago

Or just put it on the first tab. Since, in most circomstances, there is going to be only one tab, that would save a lot of typing.

nicolaspayette commented 10 years ago

Should we make a difference between "no tab" and "invalid tab"?

nicolaspayette commented 10 years ago

Right now, it seems that creating a widget when no tab exists just falls through. (i.e., the swing widget is created but not added to any tab and no error is raised)

nicolaspayette commented 9 years ago

This was handled as part of #79.