File chooser

Im using file chooser to select the location and a file to save some text to, the question i need help with is can you allocation you own customer file extension to a new file ie text.kelvinstextthanks,kelvin
[229 byte] By [kelvindavies11a] at [2007-10-2 16:51:10]
# 1
> with is can you allocation you own customer file> extension to a new file ie text.kelvinstextsure you can call the file anything you want
tjacobs01a at 2007-7-13 18:02:58 > top of Java-index,Java Essentials,Java Programming...
# 2
how lol?thanks,kelvin
kelvindavies11a at 2007-7-13 18:02:58 > top of Java-index,Java Essentials,Java Programming...
# 3
> how lol? http://www.catb.org/~esr/faqs/smart-questions.html#lesser
yawmarka at 2007-7-13 18:02:58 > top of Java-index,Java Essentials,Java Programming...
# 4
File f = ...File withExt = new File(f.getAbsolutePath() + ".mycustomextension");
tjacobs01a at 2007-7-13 18:02:58 > top of Java-index,Java Essentials,Java Programming...
# 5
> > how lol?> > http://www.catb.org/~esr/faqs/smart-questions.html#les> serSorry if taht came across wrong it was suppose to be a little heart remark,sorry again and thanks for everyones help.kelvin
kelvindavies11a at 2007-7-13 18:02:58 > top of Java-index,Java Essentials,Java Programming...
# 6

> Sorry if taht came across wrong it was suppose to be

> a little heart remark,

No need to apologize although the thank you I'm sure is appreciated all round.

For the most part most veterans answering questions here have pretty thick skins. We do however sometimes get frustrated when answering the same questions over and over. It's not your (ie newb / OP / not just u specifically) fault; we're just trying to train you all so that hopefully you'll be able to find your answers independently in the future.

tjacobs01a at 2007-7-13 18:02:58 > top of Java-index,Java Essentials,Java Programming...
# 7
> File f = ...> > File withExt = new File(f.getAbsolutePath() +> ".mycustomextension");thanks for that it worked a charm.kelvin
kelvindavies11a at 2007-7-13 18:02:58 > top of Java-index,Java Essentials,Java Programming...