Posts by rodrigo.0911 • 1 point
2 posts
-
0
votes1
answer32
viewsA: Error, Sum of values in a Jtable
So, guys, for those of you with the same problem... I decided to call the function "updateSaldo();" in my Public Main(), before that I was trying to call it so I added a line... I’m gonna leave Cod…
-
0
votes1
answer32
viewsQ: Error, Sum of values in a Jtable
Good evening guys, I’m trying to implement a method that adds up the values of the lines of a JTable, but is always returning 0... Follow my Code. private void loadData() { List<ValoresEntity>…