Posts by Vinicios Aguiar • 31 points
3 posts
-
1
votes1
answer500
viewsQ: Login screen problem, if logged in user redirects to telaInicio
Good afternoon, I am with a system, I was able to filter in case the user is not logged in to the session, redirect to login screen. Only now I’m trying to do the opposite, in case the user is…
-
1
votes2
answers1250
viewsQ: JSF - Bar loading while executing a Java method
Good morning, I have a login screen, and when the user clicks the Sign in button, I want it to be an incone showing "loading" while the java method is running. Follow my xhtml code: <?xml…
-
1
votes1
answer380
viewsQ: Draw a line on Jlabel and Jpanel
I am finishing an old game, and I would like when someone wins the game, a line was drawn on the line, column or diagonal, in which the game was completed. I’ll post my code below: This is the game…