JavaFX HiDPI layout bugs

2020-06-19 Thread Sam Hutchins
here, as I'm not at all familiar with how and when JavaFX invalidates its layout calculations. If anyone can point me at some other threads to pull, I'd be grateful. Thanks, Sam Code to reproduce: import javafx.application.Application; import javafx.scene.Scene; import

RFR: JDK-8207957 : TableSkinUtils should not contain actual code implementation

2019-07-19 Thread Sam'
Please review the fix for "TableSkinUtils should not contain actual code implementation": https://bugs.openjdk.java.net/browse/JDK-8207957https://github.com/javafxports/openjdk-jfx/pull/289

Review request for JDK-8207957

2018-12-27 Thread Sam'
Hi, I've made a PR here https://github.com/javafxports/openjdk-jfx/pull/289 regarding https://bugs.openjdk.java.net/browse/JDK-8207957 Anyone interested in the TableView (TreeTableView) can review and gives its opinion regarding the subject. Cheers, Sam'

Re: org.openjfx:javafx-fxml:11 is empty module

2018-12-01 Thread Sam Carlberg
All JavaFX components are split into three platform-specific artifacts for windows, mac, and linux. You'll need to set the artifact classifier in your build system to use the artifact for your system, eg "org.openjfx:javafx-fxml:11:linux" for gradle On Fri, Nov 30, 2018, 5:45 AM Ashley Bye

Review request for JDK-8213541

2018-11-13 Thread Sam'
If anyone wants to review my PR for https://bugs.openjdk.java.net/browse/JDK-8213541 , it would be valuable. PR can be seen here : https://github.com/javafxports/openjdk-jfx/pull/281

Re: Review request for #151 Open VirtualFlow and other relating

2018-10-17 Thread Sam'
I'm sorry if I'm created a new thread as I don't understand how mailing lists work and I tend to avoid them as much as possible. The JBS bug can be found here : https://bugs.openjdk.java.net/browse/JDK-8207942 Sorry for the wrong one I initially posted. 1) I guess we are doing great work on the

Review request for #151 Open VirtualFlow and other relating classes API for sublclassing

2018-10-15 Thread Sam'
Please review the GitHub pull request: https://github.com/javafxports/openjdk-jfx/pull/163 which fixes: Open VirtualFlow API for subclassing https://github.com/javafxports/openjdk-jfx/issues/151

Re: Why are there only platform-specific Maven artifacts?

2018-08-27 Thread Sam Carlberg
enough to have that > in your module-info.java. > > The current situation is an artificial semi-parallel dependency system, > where dependencies are added with classifiers in e.g. build.gradle or > pom.xml and without classifiers in module-info.java > > - Johan > &g

Why are there only platform-specific Maven artifacts?

2018-08-24 Thread Sam Carlberg
orm-agnostic classes, and a `java-graphics-platform" for platform-specific code, with classifiers to specify the platform. This does run into the "empty JAR" issue again, but it'd be limited in scope to only the final application. -- Sam Carlberg

no Point2D.setLocation(x,y)?

2015-07-29 Thread Sam Howman
, Sam.

Fwd: no Point2D.setLocation(x,y)?

2015-07-29 Thread Sam Howman
Some other comments about this class (and Point3D): * In calculating the magnitude (and distance): Math.sqrt(a * a + b * b) could be replaced with Math.hypot(a,b) to get the advantage of avoiding intermediate underflow and overflow * distanceSquared functions are faster for doing comparisons of

Re: Supported Font of JavaFX

2015-07-02 Thread Sam'
Then you tell me JavaFX should be able to display them? Should I open a bug then in the tracker? - Hadzic Samir Ingénieur informatique 06 45 91 51 93 2015-07-01 21:04 GMT+02:00 Phil Race philip.r...@oracle.com: On 07/01/2015 08:29 AM, Sam' wrote

Supported Font of JavaFX

2015-07-01 Thread Sam'
Is there a list somewhere of supported font by JavaFX? For example, the Algerian font is supported but italic font style is not working. But is working with Excel on my computer. So is that a bug or simply because that Font is not shipped with italic mode? Sam'

Trouble building JDK in debug mode

2015-06-02 Thread Sam'
Sorry to create a new post, I have not managed to reply to the other topic since I had deactivated the notifications.. I am building the JDK on Mac. I have specified CONF=DebugNative with the case sensitive in the gradle.properties file. You are speaking about -PCONF, but in the gradle I have

Trouble building JDK in debug mode

2015-05-27 Thread Sam'
somewhere... Best regards, Sam'