Search:

Type: Posts; User: raja211991

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,503

    Adding an array to an arraylist

    Here is my code:



    public class NewMain{
    public static void main(String args[])
    {
    ArrayList<int[]> al=new ArrayList<int[]>();
    int a[]={1,2,3,4};
    al.add(a);
  2. Replies
    1
    Views
    1,541

    Buttons and a Login problem

    Hello Group!! I had my first class on "swings" today...I'm given a problem to create two text-boxes,one for getting USERNAME and one for PASSWORD..And i have to create a button called LOGIN(very...
  3. Thread: HI!!

    by raja211991
    Replies
    1
    Views
    869

    HI!!

    HI!!I'm a newbie here:-)hopin to have a gud tym coding here:-)
Results 1 to 3 of 3