| Author |
Edit File
|
Mathew Mintalm
Ranch Hand
Joined: Feb 21, 2010
Posts: 102
|
|
Hello, I made little Swing program, I have also one button, now im wondering how to create this kind of function:
After Presing X button it should automaticaly open Hosts file, edit it, add some lines, and save.
Would be great if someone can help me, thanks in advice.
|
 |
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 10043
|
|
|
what do you mean by "edit it' and "add some lines"?
|
Never ascribe to malice that which can be adequately explained by stupidity.
|
 |
Mathew Mintalm
Ranch Hand
Joined: Feb 21, 2010
Posts: 102
|
|
Ok, anyway I made it:
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32833
|
|
Why are you using StringTokenizer, which is a legacy class?
What is supposed to happen and what goes wrong? Please look at this FAQ.
Why are you doing anything to a file in system32?
Why have you written an empty catch block?
|
 |
 |
|
|
subject: Edit File
|
|
|