Re: how to convert metric to pixels



On Fri, 26 Oct 2007 10:59:07 GMT, Roedy Green
<see_website@xxxxxxxxxxxxxxxxxxxx> wrote:

This must be it. thank you.
int dpi = Toolkit.getDefaultToolkit().getScreenResolution();


see http://mindprod.com/jgloss/resolution.html
http://mindprod.com/jgloss/coordinates.html

.