Ender's game יישות אלקטרונית שעזרה לבחור בספרי ההמשך.
מ מתן4ל New member 29/10/06 #10 וסתם בשביל שלא תיהיה עיוור 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); } }
וסתם בשביל שלא תיהיה עיוור 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); } }