Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    2,198

    Re: Exception (payword protocol)

    And here I thought you may have actually taken my first suggestion...Read the API for getSelectedRow() JTable (Java 2 Platform SE 5.0)


    int i = certificateTable.getSelectedRow();

    i will be -1...
  2. Replies
    6
    Views
    2,198

    Re: Exception (payword protocol)

    The exception is being thrown in the ClientWindow vendorConnectButtonActionPerformed() method, please post that code.
  3. Replies
    6
    Views
    2,198

    Re: Exception (payword protocol)

    Without code posted we all have to rely on guesses. Here's my guess: you are accessing an ArrayList for index -1, which will throw an exception. Based upon the stack trace, I'd guess you are trying...
Results 1 to 3 of 3