BTW: What you have in the hyperlinkUpdate method is too much. Create a new method somewhere, and call that.
i totally agree with you: i also like short methods; what happened was i copy/paste from sun docs and then didnt refactor.
as to my actual issue, i wanna thank you for your interest and help
thinking better, what i really need isnt a panel to display my web, but a really web browser window to show up: in a plain web, i see a link, click it and a web page displays in browser; here, i already have my hyperlink, so i want a web page to open when i click my link (i have no idea at all how to achieve it, but, to be sincere, i dont needed it that baddly

)