How to make GUI from java source code before execution?
Hello guys
I have a java source code (Jpcapdumper) and it has GUI interface but the programmer did not use the java GUI components for developing this program. and wrote whole program with code and no gui component.
Now I d like to know that is there any way to see the GUI and work on that before executing the entire code?
thanks in advance.
I have a java source code (Jpcapdumper) and it has GUI interface but the programmer did not use the java GUI components for developing this program. and wrote whole program with code and no gui component.
Now I d like to know that is there any way to see the GUI and work on that before executing the entire code?
thanks in advance.
0