h3. What Currenty we have all UI \ {.java,.form \ } elements in project sources. As we want to design our UI elements in NetBeans then better to budle them with jar to isolate custom UI elements(could not be edited with Intellij UI editor) from plugin logic. Currently we have these Ui elements and their .java bindings * ui/createclientpopup/CreateClientForm.form * ui/servicecatalog/identity/IdentityConfigurationPanel.form * ui/servicecatalog/ServicePanel.form * ui/settings/SettingsPanel.form * ui/sdkconfig/NewFileForm.form * ui/sdkconfig/ViewSDKConfigPanel.form
h3. How # Remove all UI elements from sources root # Create UI elements inside NetBeans project # Bundle UI elements into jar file # Import jar file into plugin project using gradle |
|