User Profile

Collapse

Profile Sidebar

Collapse
JulianP
JulianP
Last Activity: Jan 18 '07, 06:25 PM
Joined: Nov 16 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • In reponse to this post. To create the .jar file do you just add in the .jar to the file name?
    See more | Go to post

    Leave a comment:


  • JulianP
    replied to How to get a unique string in java?
    in Java
    If you have any code, could you please post it. With out any code we arent exactly sure what your talking about....
    See more | Go to post

    Leave a comment:


  • JulianP
    started a topic Reading a Doccument with java
    in Java

    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
    See more | Go to post

  • JulianP
    replied to Midterm Study Guide
    in Java
    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.
    See more | Go to post

    Leave a comment:


  • JulianP
    replied to Java with Perl
    in Java
    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.
    See more | Go to post

    Leave a comment:


  • JulianP
    replied to Turtle Graphics Program
    in Java
    Nevermind. I figured it out with some help from a friend. Thanks for the first input!
    See more | Go to post

    Leave a comment:


  • JulianP
    replied to Turtle Graphics Program
    in Java
    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("");
    ...
    See more | Go to post

    Leave a comment:


  • JulianP
    replied to Turtle Graphics Program
    in Java
    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!!

    -Julian
    See more | Go to post

    Leave a comment:


  • JulianP
    replied to Turtle Graphics Program
    in Java
    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.*;		// **
    ...
    See more | Go to post

    Leave a comment:


  • JulianP
    replied to Turtle Graphics Program
    in Java
    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.
    See more | Go to post

    Leave a comment:


  • JulianP
    started a topic Turtle Graphics Program
    in Java

    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.*;
    ...
    See more | Go to post
No activity results to display
Show More
Working...