Posts by Davi Henrique • 25 points
3 posts
-
0
votes1
answer953
viewsQ: How to compare String to String received in a . jsp?
I have an html page and it sends a form with POST method, I take the data like this: String email = request.getParameter("user"); When I compare the email string to another string containing the…
-
0
votes0
answers73
viewsQ: How to create table with java swing?
I have a button, when I click on it I want a table with two columns, one will be a counter and the other an empty field. The number of rows will be according to a variable to be passed to the table.…
-
2
votes1
answer411
viewsQ: How to create a folder browser in java swing?
I want to create a window and it has a button, when the user clicks that button appears that "typical windows folder browser" for the user to select a folder from his machine and the folder address…