Search:

Type: Posts; User: Hallowed

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    5,897

    [SOLVED] Re: How to specify FileOutputStream location?

    Thank you. Totally forgot about that for some reason. =/ I'll try it out.
    Works! =]
  2. Replies
    7
    Views
    5,897

    [SOLVED] Re: How to specify FileOutputStream location?

    so I imported these:
    import java.net.MalformedURLException;
    import java.net.URL;
    and
    I put this into my code:
    try


    {
    Icon sword2 = new ImageIcon(new URL(
  3. Replies
    7
    Views
    5,897

    [SOLVED] Re: How to specify FileOutputStream location?

    Do you know why I wouldn't be able to load a picture from the internet for example: "http://i52.tinypic.com/307rt36.jpg"
    as an icon for a button? It just acts like there isn't one at all.
    well I...
  4. Replies
    7
    Views
    5,897

    [SOLVED] Re: How to specify FileOutputStream location?

    You have been so helpful! Thank you! :)

    Now.. Any chance you have an ftp server I can host a read/write AccList.dat file? haha.
    I want to see if I can get my program to save over internet. =P
  5. Replies
    7
    Views
    5,897

    [SOLVED] How to specify FileOutputStream location?

    So I'm using the following code below to serialize my arraylist of obejcts. it is work except that I want to be able to specify where it outputs the file.

    I thought I could change:...
Results 1 to 5 of 5