Top "Graphics" questions

Graphics are visual presentations.

Drawing in Java using Canvas

I want to draw in Java's Canvas but can't get it work because I don't know what I'm doing. Here's …

java swing graphics canvas awt
repaint() in Java

Possible Duplicate: Java GUI repaint() problem? I write a Java code, but I have a trouble with GUI problem. When …

java swing graphics validation repaint
How do I get the height and width of the Android Navigation Bar programmatically?

The black navigation bar on the bottom of the screen is not easily removable in Android. It has been part …

android user-interface graphics android-activity
How to draw text using only OpenGL methods?

I don't have the option to use but OpenGL methods (that is glxxx() methods). I need to draw text using …

c++ c opengl graphics
How to set a transparent background of JPanel?

Can JPanels background be set to transparent? My frame is has two JPanels: Image Panel and Feature Panel. Feature Panel …

java swing graphics background jpanel
Center text output from Graphics.DrawString()

I'm using the .NETCF (Windows Mobile) Graphics class and the DrawString() method to render a single character to the screen. …

c# graphics compact-framework
How to draw a graph in PHP?

Hey I want to draw a graph(Stdent mark distribution) in my site based on PHP. How can I do …

php graphics draw graph-drawing
Android: How to overlay a bitmap and draw over a bitmap?

I have three questions actually: Is it better to draw an image on a bitmap or create a bitmap as …

android graphics drawing bitmap overlay
Pretty graphs and charts in Python

What are the available libraries for creating pretty charts and graphs in a Python application?

python graphics
Creating SVG graphics using Javascript?

How can I create SVG graphics using JavaScript? Do all browsers support SVG?

javascript graphics svg