Java Swing JPanel 向上滑动动画?
我有这个东西,当我单击过滤器箭头时(我知道它应该是向上箭头) : - 上面的表单面板必须缓慢向上滑动(然后消失) - 绿色面板必须抬起 - 底部滚动窗格必须慢慢升高其高度(+表单面板的高度)
我不太擅长摆动,我该怎么做?
非常感谢 !
问候
I have this thing and when I click on the filter arrow (it should be a up arrow I know):
- the form pannel above has to slide up slowly (and disapear)
- the green panel has to be lifted up
- the bottom scrollpane has to slowly rise up its height (+the height of the form panel)
I am not so good with swing, how can I do that ?
Thank you very much !
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SwingX 附带了一个 JXCollapsiblePanel,这可能会有所帮助。它的 演示 在左侧显示了它的实际操作(作为任务窗格) - 这就是选择演示的部分。
SwingX comes with a JXCollapsiblePanel which might be helpful. Its demo shows it in action (as taskPanes) at the left - that's the part for choosing the demos.