Search:

Type: Posts; User: newbie

Search: Search took 0.19 seconds.

  1. Thread: JAR'ing & Files

    by newbie
    Replies
    10
    Views
    1,605

    Re: JAR'ing & Files

    I just made a timetable GUI so I could learn how to use a JTable.
    The Serialized ArrayList only holds about 5 objects, so It's nothing big.

    My program attempts to read the data from file, if a...
  2. Thread: JAR'ing & Files

    by newbie
    Replies
    10
    Views
    1,605

    Re: JAR'ing & Files

    Sounds like quite the extra work for what I had expected to be a fairly simple ordeal :P
    Thanks for the suggestions, I'll look into them before deciding if I might be happy with leaving the file...
  3. Thread: JAR'ing & Files

    by newbie
    Replies
    10
    Views
    1,605

    Re: JAR'ing & Files

    Is there an alternative executable format which could let me do this then? Although it's not a critical issue, I don't like the feeling of needing to keep both the JAR and .ser file together where...
  4. Thread: JAR'ing & Files

    by newbie
    Replies
    10
    Views
    1,605

    JAR'ing & Files

    Hey there, I've made a little program which reads program data from a .ser file. The program also gives the option to save back new data into the file.
    The problem is, when I JAR the program through...
Results 1 to 4 of 4