Slow GUI operations should show WaitCursor
Slow GUI operations should show the wait cursor until the operation completes. Buttons to cover:
- Display Data
- Display Statistics
- Display Plot
- Load
- Display Global Attrs.
This may be a bit complex, as many (all?) of the buttons are hooked up to a register/listener pattern. While calling into the listener is probably blocking, it doesn't seem like something that would be guaranteed.