So if I understand you correctly, the dev builds are "corrupting" form
files (and version 8.2 works fine). Is that correct?
Gili
On 2018-01-12 9:28 PM, Mark Wade wrote:
It isn't so much that it happens in 8.2 also but that once the dev
build edits the frame.form file, whether it was created wi
It isn't so much that it happens in 8.2 also but that once the dev build
edits the frame.form file, whether it was created with 8.2 or the dev
build then running the project from 8.2 or the dev build will fail to
render fonts in buttons or labels. Both designers will render properly
and previe
So, this happens in 8.2 too?
And, so that someone can reproduce it, can you provide an issue and steps?
Thanks,
Gj
On Fri, Jan 12, 2018 at 10:31 PM, Mark Wade wrote:
> Hey Everyone again,
>
> So I had mentioned yesterday I built the sources at
> https://github.com/apache/incubator-netbeans.git
Hey Everyone again,
So I had mentioned yesterday I built the sources at
https://github.com/apache/incubator-netbeans.git. Today I created a Java
application consisting of a frame, a panel, and a button. It displays in
preview properly but when run the button is tiny, presumably because its
la
Hi,
I just look at my code and I already use the FileUtil.getConfigFile but I think
I use it to soon : I use it in “WindowManager.getDefault().invokeWhenUIReady”
and the “userdir” is not loaded yet (and I can’t disable the functionality).
That’s why I read it manually.
Is there an event that is