User Profile
Collapse
-
Okay, I got it now. All I did was create a for loop to create a string of spaces based on the length of a label. -
Text Alignment/Justification
Need some help in trying to align text using System.out.prin tln().
An example of the problem is shown here:
The code:Code:table_loc lab addr 142 GB 19 143 LH 25 632 RRUYLLLL 1AA
...Code:System.out.println("\ttable_location\t\tlabel\t\taddr"); for(int i = 0; i < hSize; i++) { if(!(Array[i].getLab().equals(empty)))
No activity results to display
Show More
Leave a comment: