J2ME 中画布上的垂直滚动条
我想在 J2ME 的画布上绘制一个垂直滚动条。
我打算在 J2ME 中开发应用程序,但是如何在 J2ME 的画布上添加垂直滚动条?
这样我就可以在画布上放置大量数据......
I want to draw a vertical scrollbar on the canvas in J2ME.
I'm going to develop the application in J2ME, but how can I add a vertical scrollbar on the canvas in J2ME?
So I can put lots of data on the canvas...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好计算一下位置,然后重新绘制画布。
It is better if you calculate the position and then redraw the canvas.