Java:剧院座位表
我正在寻找一个解决方案(库)来使用 Java(和 Swing/JFace)生成和/或显示动态座位表。
应该可以为单个座位添加颜色并定义活动。 有没有现成的库或标准程序?
提前致谢
I'm looking for a solution (library) to generate and/or display a dynamic seating chart using Java (and Swing/JFace).
There should be possibilities to add color to single seats and for defining events.
Is there any ready to use library or standard-procedure?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不需要寻找一些解决方案或库(当然谷歌可以返回它),但可以通过实现 JToggleButton & 轻松完成。图标(或颜色),非常简单的示例
there no required looking for some solution or library (sure google can returns that), but could be so easilly done by implements JToggleButton & Icon (or Color), very siple example