You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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. :)
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:I suspect, but have not verified, that updating to a later version of
swingx
(seesaw
is currently using1.6
, but there's a1.6.2
available) might fix this problem.The text was updated successfully, but these errors were encountered: