by JIDE Support » Tue Sep 09, 2008 7:38 am
It is a very typical application that can leverage JIDE Docking Framework and JIDE Action Framework as well as some JIDE components.
1. For the top level tabs (Event, Dashboard etc), you can use either JideTabbedPane (if you don't need to view two tabs at the same time) or DocumentPane (if you want to view two tabs at the same time).
2. The three tabs on the left (the ones who tabs don't have text) and the eight tabs on the bottom can be converted to DockableFrame and use Docking Framework.
3. The gna... tab in the middle can be another DocumentPane as I assume you can open more than one tabs in this area. This DocumentPane will be added to the Workspace area of a DockingManager, just like SampleVsnet does.
4. The menu bar and toolbar can be converted to CommandBar and use JIDE Action Framework.
5. You can also use JIDE Grids for your tables but that's could be the next step.
6. You can also use StatusBar but it doesn't really necessary as your status bar seems very simple.
JIDE Software Technical Support Team