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

Thread: How to create a netbean project from a java gui codes.

  1. #1
    Junior Member
    Join Date
    Mar 2013
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to create a netbean project from a java gui codes.

    Here is the thing, i have a full working java gui program made up from 4 different java codes.

    i want to modify a bit of interface using netbean's form designer. How can i achieve this?
    i have netbean installed but i am open to any ide!


  2. #2
    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: How to create a netbean project from a java gui codes.

    Quote Originally Posted by enakta13 View Post
    i have a full working java gui program made up from 4 different java codes.
    Do you have source code?
    If you are not sure, what are the extensions on the files you have?

  3. #3
    Junior Member
    Join Date
    Mar 2013
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How to create a netbean project from a java gui codes.

    Quote Originally Posted by jps View Post
    Do you have source code?
    If you are not sure, what are the extensions on the files you have?
    Yup I have the source codes. The extensions are .java
    I compiled these source code using command prompt in windows OS as:
     javac filename1.java
     javac filename2.java
     ..so on

    then i run the java file with main as:

    java filenamex

    In a way i did run the java gui using command prompt. I could also create a jar file using manifest in command prompt.
    Maybe you thought i had a jar file and i want to import that jar file into netbeans project.
    So to be clear, I have the source codes.

  4. #4
    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: How to create a netbean project from a java gui codes.

    You should be able to open and edit the .java files in any IDE or text editor in the same way you would open any other text file on your machine.
    What are you having problems with? Be specific, as I do not yet understand where you are stuck.

  5. #5
    Junior Member
    Join Date
    Mar 2013
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How to create a netbean project from a java gui codes.

    Quote Originally Posted by jps View Post
    What are you having problems with? Be specific, as I do not yet understand where you are stuck.
    i want to modify a bit of interface using netbean's form designer.

  6. #6
    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: How to create a netbean project from a java gui codes.

    I still don't understand where you are stuck. What have you done so far?
    Have you started an ide or editor and opened the source files to see the code?
    What do you see? What do you want to change?

Similar Threads

  1. Need codes for my GUI project
    By noobie in forum AWT / Java Swing
    Replies: 5
    Last Post: March 20th, 2013, 10:50 AM
  2. How to create LoginProgram using NetBean IDE ?
    By anudeep86 in forum Java IDEs
    Replies: 3
    Last Post: January 24th, 2012, 01:08 AM
  3. Error Deploying Applet project in netbean to Tomcat
    By nasajava in forum Web Frameworks
    Replies: 2
    Last Post: October 17th, 2011, 09:12 AM
  4. can i create the project in java ?
    By naved in forum Java Theory & Questions
    Replies: 1
    Last Post: June 29th, 2011, 08:43 AM
  5. New to Java Can not figure out how to create a table with my codes outputs!
    By shoppa028 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: May 12th, 2011, 09:21 AM