Search:

Type: Posts; User: rajesh3006

Search: Search took 0.10 seconds.

  1. I am getting a null pointer exception. My application gets hanged up. i need to

    I am getting an null pointer exception. i need to ignore the exception and the application should continue without hanging. help me.
    names contains the list of data. if some data is not there an...
  2. Replies
    6
    Views
    1,759

    Re: Comboboxes in JFrame

    I have done it but couldnt get this problem rectified!! i tried borderlayout,gridlayout but i don know how to get two comboboxes in a jframe!!
  3. Replies
    6
    Views
    1,759

    Re: Comboboxes in JFrame

    @KevinWorkman i couldnt get two comboxes in a single panel.
  4. Replies
    6
    Views
    1,759

    Re: Comboboxes in JFrame

    @KevinWorkman. I need both the combo boxes in one panel side by side. i.e i need the xchg combo and chgtype combo side by side instead of the entire panel.i have kept the screenshot about my error..
  5. Replies
    6
    Views
    1,759

    Comboboxes in JFrame

    Hi guys am trying to add two comboboxes in a frame. but am getting the problem in that. Kindly help me. i have tried many things but couldn't rectify the problem.


    public class...
  6. Replies
    1
    Views
    1,003

    java.lang.ArrayIndexOutOfBoundsException

    Name[] n = new Name[index?ninds:nsyms];
    int j = 0;
    for(int i=0;i<defined.length;i++){
    if( defined[i] == 0 )
    continue;
    Name tn = Name.get(i);
    ...
Results 1 to 6 of 6