Menu

#40 Show variable value in VariableBox

open
nobody
None
5
2005-08-10
2005-08-10
No

Currently, the current value of a variable is not displayed for a field in
the VariableBox. To display the field, we need simly to uncomment
the following line in VariablePanel's constructor:
//FieldTableDescriptor.VALUE_TITLE,

The thing is, it'd be confusing to have different VariableBoxes for
different actual objects. So we want a label
"Value in "

and then a JComboBox of the available objects. Thankfully, we
already have a ListModel (the DObjectManager) that we just plop into
a JComboBox for this purpose.

Discussion


Log in to post a comment.

Monday.com Logo