User Profile
				
					Collapse
				
			
		
	- 
	
	
	
	
In reponse to this post. To create the .jar file do you just add in the .jar to the file name? - 
	
	
	
	
If you have any code, could you please post it. With out any code we arent exactly sure what your talking about....Leave a comment:
 - 
	
	
	
	
Reading a Doccument with java
Hi there I was wondering if anyone could help me along with pulling data from a spreadsheet or text file.
What I'm trying to do is access a spreadsheet which has information on it like high school classes and course descriptions which are located in the spreadsheet and text files. Anything to get me start would be great and thanks in advance!
-JulianP - 
	
	
	
	
If you have done previous programs I would go and look over those agian and note the certian things like making classes, if and for statements, and your system.outs and string lines. Really if you look over those and have been paying attention in class you should do good.Leave a comment:
 - 
	
	
	
	
Not to seem mean or anything but I think that what you need to do is put this in the perl section. Unless if you have a certian code that you have.Leave a comment:
 - 
	
	
	
	
Nevermind. I figured it out with some help from a friend. Thanks for the first input!Leave a comment:
 - 
	
	
	
	
Horace1 thanks for you help so far... i have another question here is the code i have for my pen up and pen down.
...Code:if(ent.getText().toLowerCase().compareTo("pen down")==0) { pd ="(PEN DOWN)\n"; System.out.println("Pen Down"); input.append(pd); ent.setText("");Leave a comment:
 - 
	
	
	
	
Thank you so much now I just need to integrate a pen up and a pen down. (pen down draws and pen up doesnt) Thanks for your help so much! If I need help with the pen I will ask! Once agian thanks!!
-JulianLeave a comment:
 - 
	
	
	
	
In my program I am setting up a JTextField whith an array of [20][20] and it fills it with 0's. Right now I want it to start in the top left corner and when you type in the command right,left,up,d own it will replace the 0 with a T. Here's a Copy of the program agian.
...Code:/* /* Julian Baranowski Date:12/7/2006 Revised: Description: Turtle Graphics Program */ import javax.swing.*; // **
Leave a comment:
 - 
	
	
	
	
Thanks,
I was looking for it to print a T when i put in left,right,up, or down.
not sure if what you did actually does something... I can see where your headed but right now it doesn't display a T when I type in right. I am useing Textpad if that helps at all.Leave a comment:
 - 
	
	
	
	
Turtle Graphics Program
Hi I am working on a Turtle Program and I have put in all the fancy schmancy stuff in I just cant seem to figure out how to print the T, which is my turtle, on the screen. Here is the code for my program so far!
...Code:/* Julian Baranowski Date:12/7/2006 Revised: Description: Turtle Graphics Program */ import javax.swing.*; import java.awt.event.*; import java.awt.*;
 
No activity results to display
							Show More
							
Leave a comment: