Forum: Java Dec 22nd, 2008 |
| Replies: 2 Views: 558 thnx for the valuable input...appreciate it..muah. |
Forum: Java Dec 22nd, 2008 |
| Replies: 2 Views: 558 Hi, I need some enlightenment with copying arrays in JAVA from some of ya seasoned lots.
I have this 2d array , twoDarray[10][6] and another 1d array oneDarray[1,2,3,4,5,6]. I'd like to copy... |
Forum: Java Dec 21st, 2008 |
| Replies: 2 Views: 1,072 hey peter_budo,
thnx a lot for the 'dirty trick'...sounds good to me though....cheers buddy |
Forum: Java Dec 21st, 2008 |
| Replies: 2 Views: 1,072 /*I am trying to generate 6 random unique (1-49) no.s and understand that my validation is incorrect.Help Please?*/
import java.util.*;
import javax.swing.JOptionPane;
public class ranUnique {
... |