Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to name Java Files?

Status
Not open for further replies.

Yorkiee

Technical User
Oct 2, 2003
18
IE
when i create new java files, and when the user gets prompt to save that file, i want it to automatically add the .java extension each time a new program gets saved, without having the user to add it in each time they create a new java source file.
could anyone tell me the code for this particular task?
 
It might help if you tell us a little more about how you are creating these source files - in your own application, texpad, vi, emacs, an IDE or what ?
 
yes it is my own application. i am giving the user options to create their own java programs at to save them. so then a pop-up dialog box will appear to save that program!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top