TabbedPane component
Brought to you by:
tliebeck
A great feature for this class library would be
support for a TabbedPane class just like the Swing
JTabbedPane class.
The idea I have in mind would be something say derived
from ContainerPane that has a series of ContentPanes
within it and tabs accross the top or bottom that
makes each ContentPane visible or not.
The TabbedPane would be responsible for swallowing all
the mouse clicks and swapping the underlying content
panes into the view.
The contained ContentPanes would always be in memory
but only one would be present at a time.
Some access metohds for determining what ContentPane
is selected and the like should be provided.
Logged In: YES
user_id=343791
Tabbed panes are a very good idea. Right now (5/7/2002) the
focus is on cleaning up for the intial 1.0 release. I think
this feature is probably best implemented in a post 1.0
release, so I've grouped it under v1.1.
Logged In: YES
user_id=515416
I have implemented a first cust of a tabbed pane.
Also included in here is an improved version of the
DatePicker control.
I have posted a mail into the discussion forum about what
has been done. I am using this to upload the java files.
Logged In: YES
user_id=515416
Oops forgot to tick the upload box. Here are the
TabbedPane and DatePicker files...
TabbedPane and DatePicker files