Top.Mail.Ru
March 17th, 2005 - Java developers — LiveJournal
? ?

Java developers

March 17th, 2005
Image

11:27 pm - Imageakktri - Offline forms

Is there any way I can use regular old internet explorer and my text editor to create a form that will work offline? I just want to make web pages from it.
Image

11:45 pm - Imagesugarplumkitty - My file write doesn't write over existing data.

Thanks for all your help with my previous lab. Now I'm having a tough time figuring out why a file write doesn't write over the existing data, but adds all the records in my Vector into the front of the file.

I had been using File, FileOutputStream and DataOutputStream and switched to RandomAccessFile "rw" because I thought it was due to the file not being designated as "rw" but I'm still having the same problem. I keep deleting the file between runs because it grows so large. My functions work because my read through the Vector ends when the book title is found.

What am I doing wrong?

Thanks!

Here's my programCollapse )
Powered by LiveJournal.com
Image