any patch is welcome. Please open a jira issue, upload the patch and I'm happy to look at it. Thanks.
Juergen On 7/6/07, Gerolf Seitz <[EMAIL PROTECTED]> wrote:
since juergen donnerstag is the author of this class, this question is probably directed towards him, but all opinions are welcome, as always. i wanted to provide an encrypted version of the SmartLinkLabel but since it's marked as final i would have to copy/paste the existing code and modify it accordingly. what's a bit strange too is the static method smartLink, which does the actual text processing. is it possible to remove the final and allow the smartLink method to be overwritten? for better reuse of the actual text processing (currently also used in MultiLineSmartLinkLabel), maybe some kind of factory/strategy/whatever could help... it would probably be better too, if the default implementation renders an encrypted link (using html entities like A..). gerolf