Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个电影学分风格的滚动动画,以添加到我制作的游戏演示的末尾。我想知道是否有任何方法可以在没有任何第三方库的情况下使用 Java SE 来做到这一点。任何帮助都是有用的。谢谢你。
是的,这是可能的。如果是 Swing GUI,您可以将文本放置在 JTextArea 中,将其放置在没有滚动条的 JScrollPane 中,然后简单地滚动 JScrollPane。如果不是 Swing GUI,那么您将需要向我们提供更多信息。