Hi,

Some comments inlined below

El 27/7/20 a las 22:01, slipbits escribió:
I hope that this is the correct list to ask this question. If this is not, could you please tell me to bug someone else (and provide a email address).

This is an appropriate list for asking questions about NetBeans. Many of us can also answer Swing related questions if we're in the mood.


I'm not a GUI developer. I've been trying to develop a GUI which looks much like Netbeans for several weeks without success. I've tried

This is difficult to do. If you're not a GUI developer then it's probably even more difficult.

GridBagLayout (fixed boundaries) and am trying JSplitPanes a little success. So, how does Netbeans create it's GUI - the Navigate Pane, User Pane and Output Pane, and then allows the Navigate Pane and Output Pane

We have some NetBeans modules for doing this:

https://github.com/apache/netbeans/blob/master/platform/openide.windows/arch.xml
https://github.com/apache/netbeans/blob/master/platform/core.windows/arch.xml

for instance

to be deleted? That is the visual display can be any of U, UN, UO, UON (User, Navigate, Output Panes), and the GUI's can change. I'm stumped.

You can use this module in your applications if you decide to build your app using the NetBeans platform. This is going to simplify things for you.

https://netbeans.apache.org/kb/docs/platform.html

You even have books for this

https://dzone.com/articles/book-review-netbeans-platform



I'm not interested in 'what happens next' since that is application specific. Just how to create and change the display.

If you decide to build all this window system yourself then be warned that this is difficult. You can go take a look at the Window System modules source code above.


thanks


You're welcome.


---------------------------------------------------------------------
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




---------------------------------------------------------------------
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