Java Swing 对动画的支持

发布于 2024-10-03 20:41:56 字数 191 浏览 4 评论 0原文

假设您必须创建一个简单的 2D 动画,例如绘制节点可以更改其位置的图形。我想知道使用 Java Swing 或基于位图的框架创建这样的东西会有什么不同,在这些框架中您只能绘制点和线

我的意思是:Swing 提供的不仅仅是在画布上绘制吗?如果是的话,您能否列出 Swing 提供的用于创建非简单绘图基元的动画的主要工具

Suppose you have to create a simple 2D animation, like the drawing of a graph where the nodes can change their position. I was wondering how it would be different to create something like this using Java Swing or a bitmap based framework, where you can only draw points and lines

I mean: does Swing offer more than simply drawing on a canvas? If it does, can you list the main instruments Swing offers to create animations that are not simple drawing primitives?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

离旧人 2024-10-10 20:41:56

您应该检查 Java2D

还有一个 演示页面可用

You should check Java2D

There is also a demo page available

情深缘浅 2024-10-10 20:41:56

Swing 是一个 GUI 框架,其中 Java 2D API 可用于创建任意复杂的动画;来自@stacker 的链接就是典范。作为具体示例,我一直很喜欢这个粒子模拟和这个动力系统

Swing is a GUI framework in which the Java 2D API can be used to create arbitrarily complex animations; the links from @stacker are exemplary. As concrete examples, I always liked the animation in this particle simulation and this dynamical system.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文