How do I use the UI Designer?
Hi there,
Is it possible to run a GUI application designed with GUI Designer without running it in IDEA? I would like to just use javac and java to run the GUI application but don't know what kind of dependencies (libraries) that are used to run the forms.
Can anyone tell me if this is possible and if so, please tell me how?
Thanks.
Please sign in to leave a comment.
If u need to use javac, u should switch generate gui source option to on. Any way you need the forms_rt.jar on the classpath to run the program. the file locates in the IDEA_HOME/redist directory. If u need to compile using ant, look into the other file in the same directory.