Author
RE:applet queries
Vidya Bhargavi
Greenhorn
Joined: Jul 09, 2009
Posts: 26
Hi,
1)how to set the background color in the frame?
2)how to get the "Mypicture.jpg"?
Please send me the line of code for the above 2 questions.
3)what does drawarc(10,23,45,67,89,87) mean?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35443
posted Sep 19, 2009 02:05:04
0
how to set the background color in the frame?
Looking through the javadocs of the Frame class, do any of the methods suggest themselves if you want to "set" the "background" "color"?
how to get the "Mypicture.jpg"?
What do you mean by this? Where, exactly, is the image, and what, exactly, do you want to do with it?
what does drawarc(10,23,45,67,89,87) mean?
The Graphics.drawArc method has a lengthy javadoc entry; what in particular do you not understand about it?
Android apps – ImageJ plugins – Java web charts
subject: RE:applet queries