Skip to content
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

Exception as Sample App's HelloHyperlinkLabel looks for non-existant style.css #1501

Open
credmond opened this issue Jun 3, 2023 · 1 comment

Comments

@credmond
Copy link
Contributor

credmond commented Jun 3, 2023

Sample App's HelloHyperlinkLabel looks for non-existant style.css, leading to an exception and non-loading of the HyperlinkLabel demo.

root.getStylesheets().add(getClass().getResource("/style.css").toExternalForm());

Can be fixed by removing that line.

@credmond
Copy link
Contributor Author

credmond commented Jun 3, 2023

I fixed this, along with another bug in PR #1502 ...

Easy to reproduce these using "gradle run" and trying to load the hyperlink demo, or the dialog pop with custom image demo; neither work currently.

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

No branches or pull requests

1 participant