Skip to content

Unable to open JavaFX window in Android mode #736

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
vsquared opened this issue Apr 16, 2023 · 3 comments
Closed

Unable to open JavaFX window in Android mode #736

vsquared opened this issue Apr 16, 2023 · 3 comments
Labels

Comments

@vsquared
Copy link

The following code fails in Android mode with Processing version 4.2:

import javafx.scene.control.Button;

void setup() {
}

void draw() {  
}

The error message below is generated:
fxErr

@vsquared
Copy link
Author

@ajavamind
Copy link

javafx is not supported in Processing android mode

@codeanticode
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants