Any swing classes accessed from Jython configuration should be wrapped to clean up swing's naming and provide uniform methods of construction.
| Java Class |
GEE Class |
Container |
| JTabbedPane |
TabbedPanel |
 |
| JFrame |
Frame |
 |
| JToolBar |
Toolbar |
 |
All containers are given python container methods by inheriting SwingPyContainerMethods. This makes the swing componet access work like a python list.
and so on.
All access to components inside the wrapped classes should go through these methods.