|
This java tabbed panel complements the AWT of JDK 1.1 by adding the tabbed panel type component. You add any java component to the tabbed panel with a named tab assigned to each of them. The user can switch between the components by selecting the individual tabs.
Keywords: java tabbed panel tabs tabbedpanel jdk 1 1 awt
|