B4J Question Form style Unified?

ThRuST

Well-Known Member
Licensed User
Longtime User
I've noticed that formstyle UNIFIED is used sometimes. However I cannot find it part of the method description.

Why's that?

B4J v6.51
FormStyle.png
 

Daestrum

Expert
Licensed User
Longtime User
I seem to recall that some systems had a problem with form style UNIFIED.
(you can still set it as such it just doesn't show in the hint box).
 
Upvote 0

ThRuST

Well-Known Member
Licensed User
Longtime User
Then why isn't it part of the intelisense comments if it exists? or is it depricated?
 
Upvote 0

Daestrum

Expert
Licensed User
Longtime User
I think it caused more problems than it was worth. It generated a lot of "why doesn't my program work?" questions.

It's one of those things not all systems support.

UNIFIED
public static final StageStyle UNIFIED
Defines a Stage style with platform decorations and eliminates the border between client area and decorations. The client area background is unified with the decorations. This is a conditional feature. If the feature is not supported by the platform, this style downgrades to StageStyle.DECORATED
` NOTE: To see the effect the Scene covering the Stage should have Color.TRANSPARENT
Since:
JavaFX 8.0
 
Upvote 0

ThRuST

Well-Known Member
Licensed User
Longtime User
Thanks for pointing this out. It is indeed important so I will leave that one out.
 
Upvote 0

ThRuST

Well-Known Member
Licensed User
Longtime User
Reminds me of installing JavaFX on vmWare with High Sierra and Mojave. Perhaps someone else had an empty Java settings form.

I could even start a new question for this.
 
Upvote 0
Top