Hi,

 

I’ve noticed that ConfigLoader#loadTabs(…) has been deprecated. I wonder
which is the standard way for modules to add tabs to the Details panel?

 

After a quick search I’ve tried to do it in ModuleInterface#enable():

ProjectBrowser.getInstance().getDetailsPane().add(p);

but Argo failed to start. Then I’ve tried

ProjectBrowser.getInstance().addPanel(p, Position.South) ;

with the same result.

Apparently, this happens because when ProjectBrowser.getInstance() forces
the instantiation of ProjectBrowser with a ‘null’ ToDoPane, instead of the
lazy instantiation by Main#initializeGUI(…).

 

Regards,

Sergio.

 

 

--------------------------------------------------------------

Sérgio Adriano Fernandes Lopes

 

Address: Dpto Electronica Industrial            e-mail:
<mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]

         Universidade do Minho           Tel.: +351 253 510387

         Campus de Azurem                Fax: +351 253 510189 

         4800-058 Guimaraes

         PORTUGAL

--------------------------------------------------------------

 



Reply via email to