Re: help editing the Netbeans generated code: jPanel.add();
palmisano <[email protected]> Wed, 23 Jul 2008 15:51:25 -0700 (PDT)
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Okay, next question about changing Netbeans Generated code... I want to
change the parameter in bold. How do I do that? Is is a property or custom
code...??
connectWestPanelLayout.setVerticalGroup(
connectWestPanelLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(connectWestPanelLayout.createSequentialGroup()
.addContainerGap()
.addComponent(connectionPanel,
javax.swing.GroupLayout.PREFERRED_SIZE,
javax.swing.GroupLayout.DEFAULT_SIZE,
javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap(184, Short.MAX_VALUE))
--
View this message in context: http://www.nabble.com/help-editing-the-Netbeans-generated-code%3A--jPanel.add%28%29--tp18614838p18622281.html
Sent from the Netbeans - UI mailing list archive at Nabble.com.