Click to See Complete Forum and Search --> : Alignment...
kateryan13
04-21-2005, 07:37 AM
I'm trying to write a program that will display a record where the first three elements of the record are left justified but the fourth one is right justified. I can't seem to get the last elements right-justified -- does anyone know how I would do this??
Thanks!
Khalid Ali
04-21-2005, 09:38 AM
your question is not clear enough, are u wondering how to do this in an HTML/webpage or in a Java GUI application
kateryan13
04-24-2005, 08:40 AM
I'm just trying to read from a binary file and display the contents...
Khalid Ali
04-24-2005, 08:52 AM
this is the best resource for such question (http://java.sun.com/docs/books/tutorial/essential/io/filestreams.html)
kateryan13
04-24-2005, 08:56 AM
I still dont understand how I will get the fourth entry right justified though...!
Khalid Ali
04-24-2005, 11:50 AM
I still dont understand how I will get the fourth entry right justified though...!
that makes no sense, you need to explain what exactly is you want todo.
Whats in the file, and how do u want it to display and what is the fourth entry etc...