help with java
|
hi i need help in java, im a noob in java and my teacher doesnt teach much. i tried in help but i dont understand how to make it work. thanks how do you view API documentations? and how do you do this? Consider the following code snippet: Graphics g; g.setColor(Color.red); How would you specify other colors, like purple? Is it possible? Can you make the color indicated brighter or darker? How? |
Re: help with java
Link |
by
on 2005-06-11 14:16:54
|
Java API Java has several special color keywords like red, green, blue, etc. if you want a more specific color, you can create your own Color object. See the awt/Color documentation. |
Re: help with java
Link |
by Spraypaint
on 2005-07-30 18:31:10
|
I suffer from the same problems as Leet about not learning anything from teachers. I've been through one year of computer science AP, but I barely learned anything compared to the people around me who went on their own time and got much more information. I've been in competitions like the HP codewars but does anyone know where I can get more knowledge on programming?
Spraypaint something today!
|
Re: help with java
Link |
by
on 2005-08-01 02:51:41
|
Yup, the teachers these days... I took compy sci AP and got a 5 on the exam and still don't know much more than beans about Java... |