aspose file tools
The moose likes Beginning Java and the fly likes Not understanding a step about alignment apparently Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Not understanding a step about alignment apparently" Watch "Not understanding a step about alignment apparently" New topic
Author

Not understanding a step about alignment apparently

Ansmeon Kamen
Greenhorn

Joined: Jan 08, 2013
Posts: 3
Hi there from the first posting of a new person.I'm making a program that outputs a bunch of ASCII code.After some major help (since I have no prior experience with Java) there is a step I particulary don't know how to tackle.

It's saying that each group of small columns will be 8 chars wide and properly aligned for values less than 6.What does that mean when you got something like this?.



If anyone has more questions about this I'll gladly reply because besides documentation I'm almost done.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32671
    
    4
Welcome to the Ranch
Please indent your code correctly; you appear to have an import followed immediately by the name of the class. You should have two new lines inbetween.
I am not quite sure what you are looking for, but it is probably a job for formatting, which you can read about in the Java Tutorials, here and here.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Not understanding a step about alignment apparently
 
Similar Threads
Array Project Help
diamond pattern without parse.int (Someone help me T.T) :cry:
help needed with my while loop
help on input character into screen
Using percent Modulus to calculate total number of even numbers from user input