Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.10 seconds.

  1. Re: JTable Updating String Values from User Input

    For those curious or had trouble like I did, here is some code for formatting JTables base on what is in their cell. Might find this useful if you have never done this like I hadnt. Learned alot on...
  2. Re: JTable Updating String Values from User Input

    Ok, well here is something I didnt know.

    The setValueAt function DOESNT change the value in the data array. Which means I had to manually do it myself. I did this:

    DefaultCellEditor...
  3. Re: JTable Updating String Values from User Input

    How do I use the setValueAt() function when I cant see what data the user enters?
  4. JTable Updating String Values from User Input

    I am having issues with my JTable saving values that the user inputs in the cells. At first glance, it would seem that the data has been saved, but when you attempt to retrieve the data or reload the...
Results 1 to 4 of 4