posted 15 years ago
Hi all, I have a question, in my JTable I delete a record in the middle. The table view is updated nicely. Now I do a search for anything that would include that deleted record, I got the number of records correct but somehow the view shifted down by x record. I printed my record numbers search results out and they are correct.
In my table model I use a map to store the data. I want to ask if I populate mapA with values, then do
mapB = mapA;
would this be the same as doing
mapB.putAll(mapA)?
I want to use mapB ultimately.
K. Tsang CEng MBCS PMP PMI-ACP OCMJEA OCPJP