Search:

Type: Posts; User: bambam

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,018

    Re: Whats wrong with this code?????

    just having trouble with FundTable here is all my code


    * Week4 assign
    * 9/16/13
    */



    package week4;
  2. Replies
    3
    Views
    1,018

    Whats wrong with this code?????

    { //donor column
    FundTable model = getModel();
    String dFirstName = (String)model.getValueAt(rowIndex,0);
    String dLastName =...
Results 1 to 2 of 2