The Artima Developer Community
Sponsored Link

Java Answers Forum
ON-LINE PROGRAM

1 reply on 1 page. Most recent reply: Jun 6, 2002 6:49 PM by Matt Gerrans

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
DAYO

Posts: 22
Nickname: done
Registered: Jun, 2002

ON-LINE PROGRAM Posted: Jun 6, 2002 6:09 PM
Reply to this message Reply
Advertisement
I want to write a JAVA program that can be used by anyone On-line.The program allows users to write to textfields and save contents in the textfields to a file on the users end system,if they are satisfied with the result of the program.
ANY suggestions


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: ON-LINE PROGRAM Posted: Jun 6, 2002 6:49 PM
Reply to this message Reply
Two suggestions:
1. Don't use caps-lock on your subject line, it is annoying.
2. Just write a little web page that says: "go to your start menu, select notepad. Write some text and select the File/Save menu item." (this will work for most users, version 2.0 can include help for Mac and Unix users (actually, come to think of it, they won't need instructions)).

On a more serious note, without making a signed applet, it will not be able to write files to a user's disk without modifying security policies or using something like WebStart (see previous posts, or go to http://java.sun.com for more on these subects).

Flat View: This topic has 1 reply on 1 page
Topic: Interactivity Previous Topic   Next Topic Topic: Parsing Date/Time using SimpleDateFormat (or other)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use