graphics2d
Cannot get image to move where I want it to (and update continuously)?
I\'m Basically programming a simple game engine but I\'m having problems with my sprites/images not appearing when they should... or at all![详细]
2023-02-15 07:08 分类:问答I can't draw on a mouselistener component
I can\'t post any code right now, since the computer I\'m programming on has no internet connection, and I absolutely refuse to write it out on this phone.[详细]
2023-02-12 15:01 分类:问答How to crop a polygon from BufferedImage
How to crop a polygon shaped portion of BufferedImage and write it to anot开发者_运维技巧her BufferedImage? Graphics2D has clip(Shape) and draw(Shape) methods. So I would guess you can set the Shape t[详细]
2023-02-10 05:54 分类:问答Why does this image look so bad after being scaled down in Java?
He开发者_JS百科re is the original image: http://rank.my/public/images/uploaded/orig-4193395691714613396.png[详细]
2023-02-10 01:27 分类:问答Rotating BufferedImage instances
I am having trouble getting a rotate开发者_如何学Cd BufferedImage to display. I think the rotation is working just fine, but I can\'t actually draw it to the screen. My code:[详细]
2023-02-08 18:30 分类:问答Graphics2D to paint a line on a map
I\'m trying to paint a path on a map using coordinates. I\'m trying to use GeneralPath but it doesn\'t create a line just bunch of dots where lat/long coordinates are. How do I connect them or is ther[详细]
2023-02-07 09:16 分类:问答Help with adding a paddle to a JFrame
This is an excerise i have to complete for a uni course, its开发者_如何学Python not a marked assignment and i could do with a bit of help. I can get the ball to appear on the screen and bounce of the[详细]
2023-02-04 22:42 分类:问答Drawing on an image using Swing
In one of the screens in my application, a fe开发者_StackOverfloww images are shown. All I want to do is to frame with a black line the image that the user has clicked on. Basically, I want to emphasi[详细]
2023-01-29 21:13 分类:问答Draw 3D House using Java2D?
How do I draw a simple 3D house using Java2D? I want to draw the side wall of the house to make it look like a simple 3D d开发者_JS百科rawing.[详细]
2023-01-26 09:29 分类:问答Decorating a JFreeChart
I would like to decorate all my generated JF开发者_StackOverflow社区reeCharts with a timestamp in the corner. Is there a way within the JFreeChart framework to draw on the image after the chart has be[详细]
2023-01-25 03:55 分类:问答