eirikbakke commented on PR #8189:
URL: https://github.com/apache/netbeans/pull/8189#issuecomment-2613368843

   The NewConnectionPanel uses the NetBeans Matisse Form Builder, by the way. 
The way it works is that the form contains every possible field available, and 
then individual fields are shown or hidden depending on what fields are used in 
the JDBC URL template string.
   
   Here is the full dialog as it appears in the form builder:
   
   <img width="426" alt="image" 
src="https://github.com/user-attachments/assets/61168896-94a6-4c9a-a8c3-23e55d4e39dc";
 />
   
   (To insert the "File" field I ended up hand-editing the ".form" file, 
reloading it in the form builder, making some adjustments, and then saving it 
again together with freshly generated initComponents() code.)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to