Posts by Abner Rodrigues • 23 points
2 posts
-
-2
votes1
answer702
viewsQ: Read latest email - Javamail
I gave a search here but unsuccessfully. Someone knows how to find the latest email using the JavaMail? What I’m using pulls all the emails. My code: try { campolog.setContentType("text/html");…
javaasked Abner Rodrigues 23 -
0
votes0
answers65
viewsQ: Problems with Array
I’m making a facial recognition system, and that’s all I need to finish. I have the following code: for (int i = 0; i < facesDetectadas.size(); i++) { Rect dadosFace = facesDetectadas.get(i);…
javaasked Abner Rodrigues 23