Posts by Bruno Kommers • 7 points
3 posts
-
0
votes1
answer1146
viewsQ: Sending Email Via Proxy - Javamail
This is my code: (UPDATED 2) I updated my account. I allowed access by external apps and then it worked !!! PS: but I had to make some of the suggested changes. So I marked the answer below as the…
-
-1
votes2
answers1112
viewsA: How to select all columns of a row?
SOLUTION! import javax.swing.*; import java.awt.*; import javax.swing.table.*; import java.sql.*; public class Estudos extends JFrame{ public Estudos(){ super("JTable"); final DefaultTableModel…
-
-1
votes2
answers1112
viewsQ: How to select all columns of a row?
It is possible to select all columns of a row? I have a function where, on the screen where the user will be created, a validation is made in the first field typed to verify if the ID user I am…