Hi,
I have a tabbed pane with three tabs. Each tab contains the same components. For eg
Tab 1 contains the following
one Label - Login ID
one Text field - Login ID field
one button - Login
one text area - Generate some data
two buttons - Clear and Exit.
I have written one method createPage() and it will place all these components in the tab.
The same method will be used to create components in other tabs, such as Tab 2 and Tab 3.
Is it a good idea to use the same page in other tabs without creating a new components?
I want to handle the events for Login , Clear and Exit buttons. Can we share the same events
to all these buttons?
Give me some pointer
bye for now
sat