B4J Question B4J 6.8 with OpenJDK 11 - Progress Bar not working

GuyBooth

Active Member
Licensed User
Longtime User
Just installed B4J with OpenJDK 11, and the progress bar in my app no longer shows any progress.
It still works with B4J 6.8 if I point to the javac.exe in the previous jdk (jdk 1.8).
 

GuyBooth

Active Member
Licensed User
Longtime User
Can you upload a small program that reproduces it?
In creating the program I found that it is a geometry issue.
My progress bar has a height of 7, which was fine with jdk 1.8, but in OpenJDK 11 nothing shows.
When I increase the height to 8, a get a very faint line. At its default size it's ok.
There is always a border around it (with both versions I believe) even when the border is set to 0 and transparent. Has the border thickness changed?
Not sure why the geometry has changed. I'm going to have to change my layouts to cope. A nuisance, but doable.
 
Upvote 0
Top