简体   繁体   English

Java Swing JPanel幻灯片动画吗?

[英]Java Swing JPanel slide up animation?

在此处输入图片说明

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 问候

SwingX comes with a JXCollapsiblePanel which might be helpful. SwingX带有JXCollapsiblePanel可能会有所帮助。 Its demo shows it in action (as taskPanes) at the left - that's the part for choosing the demos. 它的演示在左侧展示了它的运行情况(如taskPanes)-这是选择演示的一部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM