Search:

Type: Posts; User: LuisEPB

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    1,244

    [SOLVED] Re: NullPointerException

    Found my problem!
    I was declaring my arrays inside the do-while cycle!
    So the info i was entering in my methods wasn't saving in the arrays correctly so since it had nothing to compare to it...
  2. Replies
    8
    Views
    1,244

    [SOLVED] Re: NullPointerException

    Here's the whole method:
    Line 72 is ...


    public static void BorrarMunicipio(String m[], int i[][])
    {
    String SearchKey=JOptionPane.showInputDialog(null, "Que municipio deseas borrar?");...
  3. Replies
    8
    Views
    1,244

    [SOLVED] Re: NullPointerException

    Oh right, here.
  4. Replies
    8
    Views
    1,244

    [SOLVED] Re: NullPointerException

    Sorry kind of new.. what's a full stack trace?
  5. Replies
    8
    Views
    1,244

    [SOLVED] NullPointerException

    Good evening all, I'm trying to basically enter String data into my array then int data into another matrix array and then ask the user thru swing what they want to delete from the String array, but...
Results 1 to 5 of 5