开发者

focusing and following an object in a swing JPanel

开发者 https://www.devze.com 2023-03-28 07:53 出处:网络
i want to focus and keep following a moving object(an image or drawn shape) which is inside a JPanel.tried using开发者_JS百科 JScrollPanes but could not get the scroll pane to follow the object when i

i want to focus and keep following a moving object(an image or drawn shape) which is inside a JPanel.tried using开发者_JS百科 JScrollPanes but could not get the scroll pane to follow the object when it goes out of the view-able frame.

thanx.


panel.scrollRectToVisible(...);
0

精彩评论

暂无评论...
验证码 换一张
取 消