Remember the values entered on standalone app on the client side

Posted by kshtjsnghl on Stack Overflow See other posts from Stack Overflow or by kshtjsnghl
Published on 2011-01-11T18:42:59Z Indexed on 2011/01/11 18:53 UTC
Read the original article Hit count: 181

Filed under:
|

We have a standalone java swing app, in which the user can print something that he drew, on a printer by giving its IP.

Now the requirement is that the app needs to remember the ip that was given the last time by this user.

What I could think of till now is (a brute one though) - keep a log file kind of storage on the client machine, and that everytime the app comes up it reads the last submitted one.

Any suggestions would be helpful.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing