I do't like the GUI of intellij with xml.How can deal with it??
Permanently deleted user
创建于
I don't like the gui of inetllij ,which use the to builder . I like gui use the java code .Can I change the ]]> code to java code , any pulgin can do it ??
goto options|gui setting|generate source. set this option to let idea inject source code to your code instead of manipulate java byte code after compile.
Thanks for your reply , it's much helpful for me . but after I complier the project ,I have a lot of errors in my code ,how can i deal with with it ?? such as 'com.intellij.uiDesigner.core.GridLayoutManager' as this symbol "intellij" can not find .how can i deal with it?? i come from china ,my english is very poor ,Thanks for your reply.
Thanks for your reply , it's much helpful for me . but after I complier the project ,I have a lot of errors in my code ,how can i deal with with it ?? such as 'com.intellij.uiDesigner.core.GridLayoutManager' as this symbol "intellij" can not find .how can i deal with it??
When you run your application, you must add forms_rt.jar to the classpath. You can find this JAR in $IDEA_HOME/redist. You will have to distribute this JAR with your application.
Ciao, Gordon
-- Gordon Tyler (Software Developer) Quest Software <http://www.quest.com/> 260 King Street East, Toronto, Ontario M5A 4L5, Canada Voice: (416) 933-5046 | Fax: (416) 933-5001
goto options|gui setting|generate source. set this option to let idea inject source code to your code instead of manipulate java byte code after compile.
Thanks for your reply , it's much helpful for me . but after I complier the project ,I have a lot of errors in my code ,how can i deal with with it ??
such as 'com.intellij.uiDesigner.core.GridLayoutManager'
as this symbol "intellij" can not find .how can i deal with it??
i come from china ,my english is very poor ,Thanks for your reply.
and the codk for the Gui code is very ugly,i dont like the ide inside code which i don't know ,what can i do??
Edo wrote:
When you run your application, you must add forms_rt.jar to the
classpath. You can find this JAR in $IDEA_HOME/redist. You will have to
distribute this JAR with your application.
Ciao,
Gordon
--
Gordon Tyler (Software Developer)
Quest Software <http://www.quest.com/>
260 King Street East, Toronto, Ontario M5A 4L5, Canada
Voice: (416) 933-5046 | Fax: (416) 933-5001