> Rajendra Mishra wrote:
>
> Hi,
> I want to draw graphs using the Java language. I stumbled upon
> Java 2D recently. From what I read, I understood that the API provided
> would help me in creating professional looking graphs. A few questions
> though. Hope I get some answers on these. Thanking you in advance..
> 1 - How do I start? I am getting compilation errors when I use the
> class Graphics 2D. I have downloaded jdk1.2.2.
Humm ... what compilation errors. This is vage ...
> 2 - Do I have to download the JRE and the plug-n for Java 2D? Do I
> have to make my users install these on their machine? These are really
> huge files!!
Yup. If size and browser support is an issue, don't use Java 2D and
stick
to the 1.0 and/or 1.1 apis. J2D client support will be less painfull
with
AOLSunMozilla.
> 3 - Is Java 3D better than Java 2D? Then why have Java 2D?
Java 3D is for three-dee graphics.
Java 2D is for two-dee graphics.
There's no better or worse comparision here, am I oversimplifying ???
Good luck.
Augusto
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".