What i’m trying to do it’s highlight the serial number that i scan from a box of items. So when i scan the S/N. My idea is that the table, which contains the items in the box, change their color. My …
Tag: swing
How can I delete or update a record sql from JTable in Java Swing
I’m coding on a java Swing sql project. I’m stuck at deleting and updating an information record. I can add a new record normally but can’t update or delete one. When I delete, it will notify ‘can’t …