如何在 JPanel 中绘制标尺?
我有一个包含图像的 JPanel。 我想在 JPanel 的边框上绘制标尺。 该怎么做或者我应该在哪里寻找一些提示?
I have a JPanel that contains an image. I want to draw rulers on the JPanel's borders. How can it be done or where should I look for some hints?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
滚动窗格只能使用自己的自定义装饰。 官方网站上有信息,也许你可以使用这个?
(来源:sun.com)
Scroll panes can only use their own custom decorations. There's information on the official site, maybe you can use this?
(source: sun.com)