Re: JSplitPane-Bug in NB3.6 ?
Daniel Mladek <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Organization | SUN Microsystems, Inc. |
| Message-ID | <[email protected]> |
Hello Peter, I'm not going to help you with this problem and I'm afraid nobody on this list is competent to do it too :-( But I give you an advice: Try to post it to nbuser@ or nbdev@ mailing list if you like to get proper answer (and soon) regards, -daniel Peter Buckenleib wrote: >Hi group, > >i think i found a bug in NB3.6 that creates unusable code when a JSplitPane is >designed. > >The preview always shows what you expected, but NB3.6 always seems to create >the same code, regardless of what SplitLayout (vertical / horizontical) you >choose in the designer, and where you put the two parts (left/right, >top/bottom). It never uses setTopComponent or setBottomComponent, but always >creates PlanSplit.setOrientation(javax.swing.JSplitPane.VERTICAL_SPLIT) and >setRightComponent(). > > >