Posts by Pedro Anselmo • 35 points
2 posts
-
0
votes1
answer35
viewsQ: Return of incorrect bank values when filling a Jtable
I have a Registration Class, which is responsible for the View. I have this code: public void listarTabela(){ DefaultTableModel val = (DefaultTableModel) jTable3.getModel();…
javaasked Pedro Anselmo 35 -
3
votes2
answers111
viewsQ: Why is the last letter of my code replaced by a question mark "?"?
The teacher asked for a C# code as a term paper that encrypts a text from a file. The code isn’t polished yet or anything, I’m just doing the raw then I’ll add more things, but my problem is that…