I want to develop a program that creates Swing applications and whose Java source code is created side by side (e.g. drag a button and drop it onto frame whose source is to be created).
- How much time it will take?
- Should I use JInternalFrame or simple Frame?
- How should I generate source code? How does code get put into the .java file when I drag-and-drop a component?