I presume that you're running under the debugger with full logging
turned on.  What exception is being thrown?  What messages are being
logged?

Tom

On Sun, Apr 13, 2008 at 1:28 PM, Zoran Jeremic <[EMAIL PROTECTED]> wrote:
> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to