Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
~287 People Reached
Favorite Forums
Computer Science x 1
2 Posted Topics
Re: Homework Help!
I suggest you find the book "Programming with objects - A comparative presentation of object-oriented programming with C++ and Java" by Avinash C.Kak. That is probably the most thorough book you can find on the subject.
Hi, I wrote a simple Java program that allows changing the background color of itself by clicking on the radio button, like this: [code] import java.awt.*; import java.awt.event.*; class Colors extends Frame implements ItemListener, ActionListener{ Label lblTxt = new Label("Choose a color:"); Label lblInform = new Label(); CheckboxGroup cbg = …
The End.
meo_beo