I have tw开发者_开发知识库o BufferedImage objects, src and dest.Both are grayscale, src is 1bpc (B&W basically), and dest could really be any sort of color space/bpc/etc.
I am developing a GUI painting application.But the problem is that the frame contents get erased on minimizing and then maximizing.I know what the problem is, it\'s that paint is called again after ma
I have been assigned a project where I have to make an analog clock using the GregorianCalendar object in java.First, we were told to get the clock working, so that it shows the proper time on each ru
I have an image inside the JApplet and I want it to appear in a random position.It will disappear after 1 second and appear again, in another random position.
I\'m working with graphcis2d in Java and am currently using this to draw text into a bufferedImage Font font1 = new Font(\"Arial\", Font.PLAIN, 120);
I am trying to add/draw a single Graphics object to an existing JPanel. I am generating 10 initial Graphics objects randomly sized and place in the panel, but would like to add additional drawn object
Is there a way in java to use Graphics2D API to paint on screen of remote java process? Any API to stream and deserialize painting instructions?
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I have displayed an image(ball) inside the JApplet, now I want the image to move in a vertical way (up and down).The problem is I don\'t know how to do it.
I need to write text in the center of an image. The text to write is not alwa开发者_运维百科ys the same.