Posts by Edmundo • 47 points
2 posts
-
2
votes4
answers788
viewsQ: Convert Int to String
I’m trying to make a button to register to the bank but am having difficulties in converting the int to String. follows my line of code: private void…
-
0
votes0
answers246
viewsQ: Link Combo Box to Mysql Database - netbeans
I created a database to store employees and departments. in netbeans I created the employee class and department with their respective ID, put a Frame with a combo box to pull all employees…