How can I use the GUI Desinger to import my existing class
Hi,guys.
I am involed in a project that have been developed over one year,the GUI prototype is the project is under close.So,how can I import these existing GUI classes into IDEA,as to I can use the Designer to continue my development. Thanks a lot for any suggestion!:)
请先登录再写评论。
opps..I mean the GUI prototype of the project is under close
Very good question ;)
No body know the response ?
As far as i can see, there is no way. IDEA's UI designer is not a round trip designer. It only construct the UI layout and it's ur responsibility to bind the event handlers and so on. Maybe some 1 could write a plugin to stripe UI layout information from source code to generate a form file. But i think that would be very difficulte for arbituray java files, maybe possible for just the sources built with Netbean or JBuilder.
I've been using IDEA's UI builder since EAP, I my opinion, it's GREAT.