This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Applets and the fly likes RE:applet queries Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Applets
Reply Bookmark "RE:applet queries" Watch "RE:applet queries" New topic
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
    
    9
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 appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: RE:applet queries
 
Similar Threads
SQLExcpetion
Job Discussion forum...
Auto-generated ID number
operator precedence and associativity
Post your favorite trick questions