Forum: Graphics and Multimedia Sep 14th, 2003 |
| Replies: 7 Views: 5,483 I would have to agree that Photoshop rocks! I have tried the gimp before and... while it was ok I saw no reason to use it since I already had photoshop. But yeah the price is a tiny bit different. ... |
Forum: Java Sep 14th, 2003 |
| Replies: 5 Views: 9,143 Well I figured that part out! I had to use a buffered reader. Now I am stuck again though. I have read the data and divided it up with substring(num,num) like it needs to be and trimmed of the... |
Forum: Java Sep 11th, 2003 |
| Replies: 5 Views: 9,143 yeah "somehow" but I don't "knowhow" :) Someone suggested a try block? |
Forum: Java Sep 10th, 2003 |
| Replies: 5 Views: 9,143 Ok here is a program I am working on for an assignment.
import java.io.*;
public class Copy {
public static void main(String[] args) throws IOException {
File inputFile = new... |