Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JavaFX 8: How to have better anti-aliasing?

2749395Sep 10 2014 — edited Sep 11 2014

Is it possible to set better anti-aliasing with JavaFX 8? I'm creating an application that requires rotations of the Controls and they look pretty bad, you can see a jagged line even with Smooth enabled. I also tried setting the default SceneAntialiasing from DISABLED to BALANCED but I guess that's just for 3D scenes and didn't help. Any recommendations on how I can improve this?

Thank you.

javafx_lion.png

JavaFX

Toolkit = QuantumToolkit

Pipeline = D3DPipeline

Hardware acceleration ENABLED

Java

1.8.0-b132, Oracle Corporation

Operating System

Windows 8, x86, 6.2

This post has been answered by jsmith on Sep 11 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 9 2014
Added on Sep 10 2014
1 comment
2,790 views