GUI Java .form

Answered

Hi,

is there any way for intellij not to use .form.

i would like to use it la jdeveloper 11 for example where on the code i can directly modify GUI elements.

Thanks.

0
3 comments

Hi.

There is an option to generate java source from IDEA form designer:

Please check this answer:https://intellij-support.jetbrains.com/hc/en-us/community/posts/206757989-GUI-Designer-Where-I-will-find-the-generated-code-

0
Avatar
Permanently deleted user

Hi Petr thank you for your answer.

Indeed with the option "Java source code" check, it's show the code, but i cannot modify directly on the code.

on Jdeveloper11 if i modify the code i get's change.

 

/**
* Method generated by IntelliJ IDEA GUI Designer
* >>> IMPORTANT!! <<<
* DO NOT edit this method OR call it in your code!
*
* @noinspection ALL
*/

i do not know if there is an option to that.

thanks.

0

Unfortunately, there is no way to modify the code, only review it. 

There is JFormDesigner plugin as an alternative:

https://plugins.jetbrains.com/plugin/274-jformdesigner

0

Please sign in to leave a comment.