|
|
Re: VERY new to Java
|
Posted: Sep 1, 2005 10:59 PM
|
|
When you are posting your code, look at the little text box with instructions titled: "Formatting Your Post".
Indent your code as per Java format:
public class MyClass{
public void method1(){
}
public String method2(){
return "thisIsAString";
}
}
I don't know about the other cats on this forum, but personally, I'll only respond to a legible post i.e. I'll only respond to you post if you repost your code in a more legible format. If its up before I knock -off (6pm - free beer, Johannesburg time), then I guess you're in luck. Else, Monday morning - unless some very kind soul in this community wants to respond to an eligible post. BTW, you're right it is quite a simple project (probably 15 - 30 minutes of coding at the most).
Regards, Spike
|
|