Top "Paint" questions

The act of displaying a GUI component on a screen output device

paint() and repaint() in Java

I've spent maybe the last two hours browsing and reading up on these methods and the Graphics class, and maybe …

java paint repaint
How do I suspend painting for a control and its children?

I have a control which I have to make large modifications to. I'd like to completely prevent it from redrawing …

c# .net winforms paint
how to convert rgb color to int in java

Paint.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 paint
Creating a draw rectangle (filled with black color) function in Java for a grid

I have created a grid in my program. Below is the code used to create the grid. import java.awt.…

java swing graphics grid paint
android set custom font to a paint

I want to draw a text to a paint. How to draw it with a custom font (ex Helvetica ) and …

android fonts set paint
Drawing a filled rectangle with a border in android

Is there any way in Android to draw a filled rectangle with say a black border. My problem is that …

android border android-canvas paint fill
How to set paint.setColor(R.color.white)

I have a custom View that uses Paint and Canvas to draw objects. My question is how to set: int …

android canvas paint
How did this person code "Hello World" with Microsoft Paint?

I have just seen this within the past few days and cannot figure out how it works. The video I …

c++ c paint
Is there already a canvas drawing directive for AngularJS out there?

Is there already a directive to draw/paint things on a canvas? So you can implement something like Paint or …

html canvas angularjs drawing paint
Can you increase line thickness when using Java Graphics for an applet? I don't believe that BasicStroke works

I am having trouble adjusting line thickness. Can I do that in Graphics or do i have to do it …

java applet awt paint graphics2d