CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2011
    Location
    Issaquah, WA
    Posts
    9

    NetBeans GUI Builder shorcut keys

    I'm new to Java and NetBeans and was wondering if there were any shortcut keys while using the GUI Builder? I searched the help docs and online but couldn't find anything. It's quite a task to click on every component, then the Variable Name in the properties window to rename it! I'm looking for a "next component" keystroke and shortcut to naming / properties.=)

    Also how do I set the code generation to allow me edit what is generated? Does NetBeans allow reverse integration like in VS? or is it uneditable?

    So many questions! haha thanks guys!

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: NetBeans GUI Builder shorcut keys

    Your questions are about the NetBeans IDE, this is a Java forum.

    Whilst you may get lucky and find someone here that uses NetBeans and is willing to help you (Sorry but I don't use NetBeans) you are much more likely to get an answer if you post on a NetBeans specific forum.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

  3. #3
    Join Date
    Dec 2011
    Location
    Issaquah, WA
    Posts
    9

    Re: NetBeans GUI Builder shorcut keys

    Quote Originally Posted by keang View Post
    Your questions are about the NetBeans IDE, this is a Java forum.
    I'm sorry, I wasn't aware everyone here uses notepad and a compiler.

  4. #4
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: NetBeans GUI Builder shorcut keys

    I'm sorry, I wasn't aware everyone here uses notepad and a compiler.
    NetBeans isn't the only IDE for Java there are several IDE's available both commercial and free (personally, I use Eclipse).

    BTW you still use a Java compiler when coding in an IDE it's just that the IDE runs it for you.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured