|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Application Programming | |
late night beginner JAVA help
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||
|
New to Overclock.net
|
hi, i'm a newbie to java..and i've been trying to do this part of my assignment forever...here is all the info!
__________________Create a method named displayAllRoverData that returns a string that displays values for all instance variables for all rovers in a tabular format after data for all rovers is entered: WHAT IT SHOULD LOOK LIKE: http://img149.imageshack.us/my.php?i...ertablezq5.jpg Rover Class: http://rafb.net/p/sXAT2f15.html ControlRovers Class: http://rafb.net/p/fJc1yT88.html i'll be up for awhile..tahnks for help if you can! aim me at e3chaos or xfire ecker thanks
|
|||||||||||
|
|
|
|
|
#2 (permalink) | |||||||||||
|
New to Overclock.net
|
well crap i'm so stuck
__________________
|
|||||||||||
|
|
|
|
|
#3 (permalink) | |||||||||||
|
New to Overclock.net
|
how do i insert tabs in joptionpane.showmessagedialog? \t isn't working...
__________________
|
|||||||||||
|
|
|
|
|
#4 (permalink) | ||||||||||||||
|
Photography nut
![]() |
for the '\t' issue instead of:
Code:
name + "t" + xposition + "t" + yposition + "t" + direction + "t" + speed + "n"); I might try this instead and see if it fixes your problem. I not remember how picky joptionpane was. Code:
name + " " + xposition + " " + yposition + " "+ direction + " " + speed + "n"); EDIT: it took out all the backslash from the t's and n's. Whats that about? Just note they're still there. :^)
__________________
"UNIX was never designed to keep people from doing stupid things, because that policy would also keep them from doing clever things." - Doug Gwyn Try out the latest Programming Challenge Quote:
CPU-Z Validation @ 2.97-prime95 stable 16 hours @ 1.48v Proof | CPU-Z Validation @ 3.15 Getting Mouse Side Buttons to work in Linux, Compile a custom Kernel, More
|
||||||||||||||
|
|
|
|
#5 (permalink) | |||||||||||
|
New to Overclock.net
|
thanks i ended up just doing spaces
__________________![]()
|
|||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|