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

在14下无法正确获取包明 #25

Open
xiaomantouaaa opened this issue Jun 25, 2021 · 1 comment
Open

在14下无法正确获取包明 #25

xiaomantouaaa opened this issue Jun 25, 2021 · 1 comment

Comments

@xiaomantouaaa
Copy link

问题出处
public static String getSwingUtilities2ClassName() {
return JVM.current().isOrLater(16) ? "sun.swing.SwingUtilities2" : "com.sun.java.swing.SwingUtilities2";
}

@JackJiang2011
Copy link
Owner

对着源码改一下,高版本jdk可能对于Swing外观的兼容性存在问题

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

No branches or pull requests

2 participants