I would like to replicate this kind of plot as Swing component, and my question is: what is (or what could be) the hierarchy used in this picture?
It seems there are
JPanels (where rectangles, lines and text are displayed) within nested JSplitPanes within JInternalFrames within a JTabbedPane, all in the top container JFrame.
Is this correct or I am missing something?
Thanks