Hi all. I am working on an application to track various sensor outputs, and I want the user to be able to add additional graphs as they need them for various sensor groupings. It would be best if they can move these around and organize them however desired, but still within the original matlab app, such that they aren't totally seperate windows that move behind the main app when the main app is clicked. Is this possible? 
The only way I can see is to create a rather complicated series of callbacks for mouse clicks and movement to make tab groups visually move like windows, but this seems messy (and difficult). Is there a better way, or am I stuck choosing between that and just dealing with popup windows?