Does anyone know what Swing class I need to use to create tabs like these, or, for example, like those in Safari although not a Java app (some of these screens are from Windows, but as I have used both these apps, the behaviour is the same):
http://www.jformdesigner.com/screenshots/images/mac_os_x.png where the "FormsTutorial" is on a tab.
http://www.jformdesigner.com/screenshots/images/main_move_row.png where "FormSpecPanel", "GridBagLayoutUI" and "TableLayoutUI" are tabs
More examples:
http://www.aquafold.com/6.0screens/main-visualexplaintree-large.jpg where "sa@SQL Server ... " is on a closeable tab
and
http://www.aquafold.com/6.0screens/docs/osx-in-action-large.jpg showing two sets of tabs.
These are closeable in the actual app and are obviously different from the vanilla JTabbedPane.
I know there is a Java 6 tutorial explaining this on the Sun website but I am running (and will be for the foreseeable future) Java 5.
Also, I vaguely remember some tool that allowed to identify the class of a Swing component from a running app - but maybe I am mistaken. Does this ring any bells with anyone?
Thanks
http://www.jformdesigner.com/screenshots/images/mac_os_x.png where the "FormsTutorial" is on a tab.
http://www.jformdesigner.com/screenshots/images/main_move_row.png where "FormSpecPanel", "GridBagLayoutUI" and "TableLayoutUI" are tabs
More examples:
http://www.aquafold.com/6.0screens/main-visualexplaintree-large.jpg where "sa@SQL Server ... " is on a closeable tab
and
http://www.aquafold.com/6.0screens/docs/osx-in-action-large.jpg showing two sets of tabs.
These are closeable in the actual app and are obviously different from the vanilla JTabbedPane.
I know there is a Java 6 tutorial explaining this on the Sun website but I am running (and will be for the foreseeable future) Java 5.
Also, I vaguely remember some tool that allowed to identify the class of a Swing component from a running app - but maybe I am mistaken. Does this ring any bells with anyone?
Thanks