|
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. The java tabbed panel has added features such as detaching each tabbed component to... [more]
|