Using ScenicView, I want to be able to inspect things like ContextMenu
s or the insides of a ComboBox
, but (as they should) they disappear before said inspection can happen:
Apart from changing the behavior of each control to not disappear, is there a way to freeze things so that these kind of controls can be inspected with SceneBuilder?
Here's a SSCCE, to give anyone willing a jump start.