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 2 of 2

Thread: Do I have the correct netbeans config

  1. #1
    Junior Member
    Join Date
    Oct 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Do I have the correct netbeans config

    Trying to use GUI Building java se!
    1) File - New Project.
    2) categories pane - Java node.
    3) projects pane - java app.
    4) click next,
    5) type 'NumberAddition' in project name field.
    6) skip fields.
    7) enter 'NumberAddition' ass the class name. (not in this panel??)
    8) enter "my.numberaddition" as the package.
    9) click finish.

    The above procedure is from the NetBeans IDE Tutorial found under "help"
    tab of my netbeans gui? The build s/b in java SE and s/b a drag and drop process without
    detail setup of X and Y pixel settings! Like in visual basic.

    also tried:
    Designing a Swing GUI in NetBeans IDE.
    On page (2) Creating a JFrame Container.

    1) open project "NumberAddition".
    2) add JFrame > new file > other > Swing GUI Forms > JFrame Form.

    There is no Swing GUI Forms in this drop down?
    Am I missing an add on or update?

    This s/b under " Forum: AWT / Java Swing" > How do I change the forum?

    I have solved this problem!
    Changed proxy setting to no proxy!
    Plugins harness no longer says administrator required!
    Now I can setup FORM build in new folder under project in FILE!
    Last edited by jrf123; October 7th, 2014 at 02:36 AM. Reason: found problem


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Do I have the correct netbeans config

    Post moved to IDE section.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Minecraft essentials config.
    By Badsteve in forum Computer Support
    Replies: 5
    Last Post: August 1st, 2014, 03:55 AM
  2. Minecraft essentials config.
    By Badsteve in forum What's Wrong With My Code?
    Replies: 3
    Last Post: July 31st, 2014, 05:29 PM
  3. Replies: 1
    Last Post: May 8th, 2014, 06:40 AM
  4. package config problem?
    By droidtech1 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: July 29th, 2011, 11:01 AM