help!!!
i hope i posted in the right section.. but if not kindly spare me the flaming... i'm fairly new here.. well ok.. my problem is..
i'm trying to simulate a torrent client and to do that i need to randomize and generate IP addresses...
so i try something like this:
for(i=1;1<10,i++){
area.append((int)(Math.random()),blah blah blah);
}
but it gives me an error saying that JTextArea cannot be applied to (int)
so is there any way i can randomize the numbers and append them in the Text Area?
thanks a lot ^^

