>     
>      String str = new String(LogonAction.class.getName()); 
> 

This is completely off-topic, but using
    new String(String)
is almost always wasteful.  Strings are
immutable, so there is no need to copy them.
- Dan

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

Reply via email to