The act of displaying a GUI component on a screen output device
I've spent maybe the last two hours browsing and reading up on these methods and the Graphics class, and maybe …
java paint repaintPaint.setColor is expecting an integer. But what I have is a Color object. I don't see a color.getIntValue() …
java android android-layout colors paintIs there any way in Android to draw a filled rectangle with say a black border. My problem is that …
android border android-canvas paint fillI have a custom View that uses Paint and Canvas to draw objects. My question is how to set: int …
android canvas paintI have just seen this within the past few days and cannot figure out how it works. The video I …
c++ c paintI am having trouble adjusting line thickness. Can I do that in Graphics or do i have to do it …
java applet awt paint graphics2d