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

Swingx causes exception on Windows 10 #204

Open
jackrusher opened this issue Feb 21, 2017 · 3 comments
Open

Swingx causes exception on Windows 10 #204

jackrusher opened this issue Feb 21, 2017 · 3 comments

Comments

@jackrusher
Copy link

Thanks for Seesaw! It has saved me considerable pain in making quick desktop GUIs. It looks like the swingx initializer causes an exception on Windows 10 because of a hack to to tell the L&F manager to use a particular font:

Caused by: java.lang.IllegalArgumentException: java.awt.Font[family=Segoe UI,name=Segoe UI,style=plain,size=12] must be a UIResource
[...]
	at org.jdesktop.swingx.JXHeader.<clinit>(JXHeader.java:87)
	... 56 common frames omitted

I suspect, but have not verified, that updating to a later version of swingx (seesaw is currently using 1.6, but there's a 1.6.2 available) might fix this problem.

@ertugrulcetin
Copy link

+1

@ertugrulcetin
Copy link

@jackrusher you can use fork of seesaw: https://github.com/ertugrulcetin/seesaw I've updated all deps, this might solve your problem

@jackrusher
Copy link
Author

Thanks, @ertugrulcetin. I worked around it and shipped the project I was working on. That said, I'm quite interested in seeing Seesaw move to Commons, receive some love, and receive these updates. :)

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

2 participants