java中的垂直选框JLabel?
我需要在java应用程序中构造一个选框。我认为 JLabel 是一个很好使用的控件。我已经用水平选框标签做了一些事情,但使其垂直对我来说并不那么容易。
I need to construct a marquee in java application. I thought that a JLabel is a good control to work with. I have done something with horizontal marquee label but making it vertical isn't so easy for me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试 http ://www.jidesoft.com/blog/2009/06/18/introduce-marqueepane-component-to-open-source-jide-common-layer/
http://tips4java.wordpress.com/2011/04/24/marquee-panel/ 仅水平,但也可能适用于垂直)
Try http://www.jidesoft.com/blog/2009/06/18/introduce-marqueepane-component-to-open-source-jide-common-layer/
http://tips4java.wordpress.com/2011/04/24/marquee-panel/ is horizontal only but might be adaptable to vertical as well)
您可以使用内部带有 JLabel 的 JPanel 来使用下面的类进行标记。
如果您需要换行,请小心,您可以使用标签的
You can use a JPanel with a JLabel inside to marque using the class below
Just careful if you need New Lines ,you can use tag's