Results 1 to 7 of 7
- 05-22-2012, 10:09 PM #1
Member
- Join Date
- May 2012
- Posts
- 1
- Rep Power
- 0
How to change the default piece of code?
How to change the default piece of code that appears every time I start new project in NetBeans?
Java Code:/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package unarydemo; /** * * @author */ public class UnaryDemo { public static void main(String[] args) { } }
- 05-22-2012, 10:38 PM #2
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,561
- Rep Power
- 11
Re: How to change the default piece of code?
That text is called a "code template". Search for that term within NetBeans' help menu option.
- 05-23-2012, 06:29 AM #3
Re: How to change the default piece of code?
Choose Tools | Templates and open the template in the editor.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 07-23-2012, 11:32 PM #4
End Of All
- Join Date
- Jul 2012
- Location
- USA
- Posts
- 17
- Rep Power
- 0
Re: How to change the default piece of code?
I simply highlight and delete it.
though, I use the newest version of Netbeans.v 7.1.2
- 07-24-2012, 09:23 AM #5
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Re: How to change the default piece of code?
Yes, you can do that, but you are supposed to change the template, which is why the message is there.
Anyway, why reply to a 2 month old thread which has already been answered?Please do not ask for code as refusal often offends.
- 07-24-2012, 09:00 PM #6
End Of All
- Join Date
- Jul 2012
- Location
- USA
- Posts
- 17
- Rep Power
- 0
Re: How to change the default piece of code?
just out of the shear enjoyment to share a thought with another person who might take the time to read it.
-
Re: How to change the default piece of code?
Similar Threads
-
Need help with a piece of code
By sneeak in forum New To JavaReplies: 13Last Post: 08-24-2011, 10:51 AM -
Can someone clarify this piece of code for me.
By DavidPynes in forum New To JavaReplies: 2Last Post: 04-17-2011, 10:22 AM -
Code to check if a piece of code is legal.
By vahshir in forum New To JavaReplies: 3Last Post: 08-30-2010, 04:21 AM -
small piece of code: cannot set a max
By senca in forum New To JavaReplies: 1Last Post: 03-06-2010, 08:26 PM -
Decode this piece of Code
By mikeyl62 in forum New To JavaReplies: 2Last Post: 02-27-2010, 08:59 PM


1Likes
LinkBack URL
About LinkBacks


Bookmarks