I have just started Applets. Kindly let me know if this option is available. While using the fillRect or drawRect, I need to have the recetangle filled with one color with the border in a different color. Also is there any way of increasing or decreasing the thickness of the Border. Plz let me know.
maateen ashraf
Ranch Hand
Joined: Jan 08, 2001
Posts: 122
posted
0
make an abject of rectangle & set its properties & its colors what ever u want then on any event which ever u want draw it on the applet then call the repaint method.... now ur applet is running with changed appearance... tell if again u come up with more problems... bye