python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How I can use an auto increment in java for a register system?
I'm creating a register system for students using files, while I use the program the auto increment works fine, but when I ruin it again, the autoincremnt returns 1, also I am not allowed to use MySQ...

Web777Ms
Votes: 0
Answers: 1
How to jdialog to jpanel thread process
I have a question. I couldn't solve it for 4 days. I'm making a stopwatch using gui swing in Java. There are 1 jframe and 1 jdialog. I used threads in Jframe. It has a start stop and reset button, it ...
RaRe
Votes: 0
Answers: 0
Jdialog disappears before usable
I have a strange problem: From a MenuBar I (or the user) can call two actions. One does importing some data, the other deletes some data. Both are presented through a JDialog. Now the weird thing is t...
Quamatoc
Votes: 0
Answers: 1
jTextField.setText() does not work in the Jframe
I created a simple jFrame with a jDialog, in this jDialog I have textfield just to get an ID, them, with this ID, use a webservice to search for the information and them show the information in the jF...
Luís Ambrozin
Votes: 0
Answers: 1