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!
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.
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!
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.
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.
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?