1

I am trying to create a movie credits style scrolling animation to add to the end of the game demo I have made. I was wondering if there is any way to do this using Java SE without any third party libraries. Any help is useful. Thank you.

1 Answer 1

2

Yes it's possible. If a Swing GUI, you can place the text in a JTextArea, place that in a JScrollPane without scrollbars, and simply scroll the JScrollPane. If not a Swing GUI, then you will want to give us more information.

Sign up to request clarification or add additional context in comments.

1 Comment

@Taxes45 See How to use scroll panes for more details

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.