Thursday, October 8, 2009

Re: [Java] Drawing on the Screen

 

Because this is a very operating system-specific task (I assume it's for
Windows; you didn't say), Java is very ill-suited for this. Java's
initial slogan was "write once, run anywhere"; i.e., inherent
portability. This is the opposite of portable.

C or even Assembly is much better suited for this. You need a language
that will allow you access to memory via addresses; C++ will do this,
but I wouldn't recommend it. In Java, there's no concept of pointers,
and the user has no control over memory.

-Java Guy

Oliver Ruebenacker wrote:
>
>
> Hello,
>
> I want to find out how many pixels my screen has, what colors are
> possible, and what color each pixel has. Then, I want to change the
> color of individual pixels. Can this be done in Java, and if so, how?
> Thanks!
>
> Take care
> Oliver
>
> --
> Oliver Ruebenacker, Computational Cell Biologist
> BioPAX Integration at Virtual Cell (http://vcell.org/biopax
> <http://vcell.org/biopax>)
> Center for Cell Analysis and Modeling
> http://www.oliver.curiousworld.org <http://www.oliver.curiousworld.org>
>
>

__._,_.___
Visit http://aiaiai.com or http://jgame.org for more groups to join.
Java Official Group is created for the following topics: Java 2 Enterprise Edition - J2EE, Java 2 Standard Edition - J2SE, Java 2 Micro Edition - J2ME, XML, XSL, XSD, XPATH, Web Services, Jini, JXTA for all type of Java Geeks.
Whoever posts spam / ads / job related message will be BANNED IMMEDIATELY
Recent Activity
Visit Your Group
Yahoo! Finance

It's Now Personal

Guides, news,

advice & more.

Need traffic?

Drive customers

With search ads

on Yahoo!

Yahoo! Groups

Mom Power

Discover doing more

for your family

.

__,_._,___

No comments:

Post a Comment