Top "Paint" questions

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

Javafx - Get RGB Value from Node's Color Fill

In my javafx app, I create a circle and then allow the user to color it in... Circle circle = new …

java colors javafx paint rgb
How do I get the image paint/paintComponent generates?

I have a quick question. How do I get the image generated by a JComponent.paint or paintComponent? I have …

java swing paint jcomponent
Java applet does not display anything

Does anyone know why my Java applet does not display anything? This is my first Java applet so I am …

java html applet paint appletviewer
How to give border to circle using paint

Hi i have implemented Progress bar and it is working fine, but my problem is i need to give a …

android paint android-progressbar stroke
Reduce Padding Around Text in WinForms Button

I have an application that is going to be used on a touch screen system, and it contains a number …

.net winforms button fonts paint
Changing the background colour of a CGContext

i'm really new to dealing with CGContexts and i'm just trying to get my head around things by following a …

iphone objective-c background paint cgcontext
Android create layers in canvas

I want to learn how can I create layers (like in photoshop) in my android application. I want to achieve …

android paint android-canvas layer
Play vs. Lift Pain Points

EDIT Slow compile times are now largely mitigated by sub project enabled builds, a huge win. Have switched away from …

playframework playframework-2.0 lift paint point
Canvas' drawLine and drawRect not including end position?

To my surprise I've just discovered that drawLine and drawRect don't include the ending position, i.e.: canvas.drawLine(100, 100, 100, 100, paint); …

android drawing paint android-canvas
How to draw a path with variable stroke width

My code is basically from this example (http://corner.squareup.com/2010/07/smooth-signatures.html) and Google APIs (FingerPaint) but now I …

android drawing width paint stroke