You'll have to explain the 1st question a little more.
One the second question, if you are using a JTextField to display data, you can set the horizontal alignment.
textField.setHorizontalAlignment(JTextField.CENTER);
or .RIGHT
or .LEFT
or .LEADING
or .TRAILING
server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20
To server_crash, you will understand the first question if you try to run the program with some trial input. About the second question, I dont think your answer is helpful at all.
I don't have time to run everyone's code. If you do, that's great. About your second comment, I just now looked at the code and saw that he's using the command line to run this.d
server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20