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

8328384: Convert java/awt/FileDialog/FileDialogOpenDirTest test to main #18361

Closed
wants to merge 7 commits into from
2 changes: 1 addition & 1 deletion test/jdk/java/awt/FileDialog/FileDialogOpenDirTest.java
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@

public class FileDialogOpenDirTest {
private static JFrame initialize() {
System.setProperty("sun.awt.disableGtkFileDialogs","true");
System.setProperty("sun.awt.disableGtkFileDialogs", "true");

JFrame frame = new JFrame("Open Directory File Dialog Test Frame");
Button open = new Button("Open File Dialog");