היום, ילדים, נלמד לתכנת!

מתן4ל

New member
וסתם בשביל שלא תיהיה עיוור

public class human2 extends human{ public void paint (Graphics h) { super.paint(h); h.drawOval(45, 20, 3, 3); h.drawOval(35, 20, 3, 3); h.drawLine(40,25,40,35); h.drawLine(20,40,40,40); } }​
 
למעלה