Ejemplo n.º 1
0
 def __init__(self, accl):
     self.mebt_magnet_polarity_window = null
     #---- place to create all subcontrollers
     self.mebt_main_orbit_diff_cntrl = MEBT_Main_Orbit_Diff_Controller(
         self, accl)
     #--------fill out the tabbed panel
     self.tabbedPane = JTabbedPane()
     self.tabbedPane.add("MEBT Orbit Diff.",
                         self.mebt_main_orbit_diff_cntrl.getMainPanel())