Anchor « JScrollPane « Java Swing Q&A





1. External anchor links breaking jscrollpane    stackoverflow.com

I'm developing this site and am having issues with anchor points w/ scrollpane. Please go to http://diginnovations.com/serenity. If you click on the Retaining Walls link, it will direct you to ...

2. JScrollPane with anchor inside -> Scrollbar not visible    stackoverflow.com

so my situation is as follows. i have a long text inside scroll-pane div which contains html anchor elements.

<a name="test_anchor">Anchor 1</a>
when i call the page with this link: http://localhost/anchor_test.html the page loads fine ...