Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: A question about NetBean editor.

  1. #1
    Junior Member
    Join Date
    Oct 2013
    Location
    Hong Kong
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default A question about NetBean editor.

    Hi guys,
    In the eclipse editor, when I am typing something in parentheses, I can press enter to skip the parentheses, and jump to the end of lines and type ';'.
    Can I do this in the netbean editor?


  2. #2
    Junior Member
    Join Date
    Nov 2013
    Location
    Missouri, USA
    Posts
    3
    My Mood
    Amused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: A question about NetBean editor.

    No, you can not do this in netbeans. I prefer eclipse, just my opinion haha

  3. #3
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: A question about NetBean editor.

    Quote Originally Posted by 344a View Post
    In the eclipse editor, when I am typing something in parentheses, I can press enter to skip the parentheses, and jump to the end of lines and type ';'.
    You can also omit pressing enter and just type the ; to complete the line

  4. #4
    Junior Member
    Join Date
    Oct 2013
    Location
    Hong Kong
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: A question about NetBean editor.

    I didn't know that. Thx for telling me.

Similar Threads

  1. Biojava and netbean
    By Haneen tar in forum What's Wrong With My Code?
    Replies: 3
    Last Post: June 16th, 2012, 02:33 PM
  2. [SOLVED] Got different result from (Eclipse VS NetBean)
    By SmokyBrain in forum Java IDEs
    Replies: 4
    Last Post: May 4th, 2012, 07:08 AM
  3. netbean nextLine
    By Joy123 in forum Java Theory & Questions
    Replies: 2
    Last Post: July 8th, 2011, 08:43 PM
  4. Netbean Desktop Application Help!!
    By flyto9 in forum Java Theory & Questions
    Replies: 2
    Last Post: June 30th, 2011, 05:52 PM
  5. netbean and debuger client
    By 11moshiko11 in forum Java Networking
    Replies: 0
    Last Post: October 8th, 2010, 12:43 PM