Posts by Ayo • 25 points
4 posts
-
0
votes1
answer143
viewsQ: Vector comparison program C++
You guys all right? I’m beginner and I’m trying to build a program that compares two vectors and if all the elements of the two vectors are. I’ll exemplify it to get better... vector 1 = 10, 20 , 30…
-
-1
votes1
answer114
views -
0
votes2
answers2074
viewsA: Add line in Jtable at the click of the button
I’ve been trying the same thing and in the action of the button to add put the following code. DefaultTableModel nada = (DefaultTableModel) jTable1.getModel(); nada.addRow(new Object[]{null,null});…
-
0
votes2
answers2001
viewsQ: Login system in java
So I made this code but it’s not passing, it goes straight to LSE even with the correct user and password. I made the changes and I instated the class where the checkLogin method is, but when I run…