Re: Newbie Ques on JCreator




"Cardinal" wrote...
> I'm using JCreator and following along with the Dummies book on
> beginning programming with Java.
> Is there a way in JCreator to store snips of code so I don't have to
> retype each time?

That depends on two things; what version of JCreator you're using, and what
you "really" mean with "snips of code".

If you mean really large chunks of code, i.e. templates for "application
skeletons" (when you choose "type of project"), you can do that in both LE
(light edition) and PRO, by simply add you own inside the "Templates"
directory.

However, he Lite edition does not have "Code templates", but the Pro version
has, i.e. short hand writing for larger constructs.

http://www.jcreator.com/features.htm

// Bjorn A


.