Scrolling Animation in Swing
Hi everybody,
I haven't found much luck searching about animation in Java. I'm writing an application that has a paging capability, but I don't want the next page to just load normally. This is kind of a special application--what I'd like to do is scroll downward, like one of those old parchment scrolls, when we want to get to another page. So, the lines of the old page would scroll up and be replaced with the new lines until the entire new page is visible. Can anyone point me in the right direction do do this? I'm imagining maybe something with a JTextPane and something like a JScrollPane, but I'm really not sure how to do this, especially without showing a scrollbar.
Any ideas would be great!
Thanks,
Jezzica85

