Hi,
   
  I'm trying to create module that will add new Tab to the DetailsPane. I have 
implemented enable method in class that implements ModuleInterface like this
   
  public boolean enable(){
  TabDepthsDocumentation tab=new TabDepthsDocumentation();
  ((DetailsPane) ProjectBrowser.getInstance().getDetailsPane()).addTab(tab, 
true);
  return true;
  }
   
  TabDepthsDocumentation is exactly the same class as TabDocumentation. 
  When I try to start ArgoUML with this module it stops at splash screen with 
message "Making Default Project" at the status bar of splash screen. 
   
  Could you help me to solve the problem, plz?
   
  Thanks
  Zoran

 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to