Anyone does Java programming here? I got one problem here. I have to create an Applet program GrowingObjects.java to display the change in size of 3 objects as controlled by a slider(scrollbar).
-When the slider moves to the right, the three ojects grow up in height and size together and message displayed is "We are growing"
-When the slider moves to the left the three objects shrink in height and size toether and message displayed is "We are shrinking"
-Objects can overlap one another when growing.
I have to use class Font, method setBounds(). The objects are simple shape. An rectangle with an oval on top.
I need the source code on this.