Re: [netbeans-platform] programmatically call "Show Only Editor" on startup

2020-12-23 Thread Ralf Eichinger
et ? > > > > Le mardi 22 décembre 2020 à 22:32:23 UTC+1, Ralf Eichinger < > ralf.eichin...@gmail.com> a écrit : > > > I tried > > @Override > public void componentOpened() { > Action action = > FileUtil.getConfigObject("Actions/Wind

Re: [netbeans-platform] programmatically call "Show Only Editor" on startup

2020-12-22 Thread Ralf Eichinger
; Better yet, don't use tabs! > > https://blogs.oracle.com/geertjan/farewell-to-space-consuming-weird-tabs > aka NoTabsTabDisplayerUI > > > Den mån 21 dec. 2020 kl 14:18 skrev Ralf Eichinger < > ralf.eichin...@gmail.com>: > > > > I am developing a netbea

[netbeans-platform] Installer generated etc/myapp.conf contains weired default directories

2020-12-21 Thread Ralf Eichinger
NetBeans Platform RELEASE90 application (developed under Apache NetBeans 12.1 under linux): When I create application package with myapp - Properties - Build - Installer the contained (in ZIP-file) /etc/myapp.conf file contains weird default directories:

[netbeans-platform] programmatically call "Show Only Editor" on startup

2020-12-21 Thread Ralf Eichinger
I am developing a netbeans RELEASE90 platform based application. all gui is placed in editor area. Is there a way to programmatically call "Show Only Editor" (like in the "view"-menu) on startup of application?