Re: RFR: 8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main [v3]

2024-03-22 Thread Alexander Zvegintsev
On Fri, 22 Mar 2024 05:15:38 GMT, Alexander Zuev wrote: >> Convert test to a main based; >> Move test to an appropriate folder; >> Remove old files; > > Alexander Zuev has updated the pull request incrementally with one additional > commit since the last revision: > > Got rid of the test

Re: RFR: 8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main [v3]

2024-03-22 Thread Prasanta Sadhukhan
On Fri, 22 Mar 2024 05:15:38 GMT, Alexander Zuev wrote: >> Convert test to a main based; >> Move test to an appropriate folder; >> Remove old files; > > Alexander Zuev has updated the pull request incrementally with one additional > commit since the last revision: > > Got rid of the test

Re: RFR: 8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main [v2]

2024-03-21 Thread Alexander Zuev
On Thu, 21 Mar 2024 20:22:18 GMT, Alexander Zvegintsev wrote: >> test/jdk/java/awt/FileDialog/FileDialogForPackages.java line 59: >> >>> 57: frame.add(textScrollPane, BorderLayout.CENTER); >>> 58: >>> 59: fd = new FileDialog(new Frame(), "Open"); >> >> is there any need to

Re: RFR: 8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main [v2]

2024-03-21 Thread Alexander Zuev
On Thu, 21 Mar 2024 16:16:55 GMT, Prasanta Sadhukhan wrote: >> Alexander Zuev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Adding library and build clauses > > test/jdk/java/awt/FileDialog/FileDialogForPackages.java line 60: > >>

Re: RFR: 8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main [v3]

2024-03-21 Thread Alexander Zuev
> Convert test to a main based; > Move test to an appropriate folder; > Remove old files; Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision: Got rid of the test window, using OassFailJFrame instead; Made all variables local; Minor

Re: RFR: 8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main [v2]

2024-03-21 Thread Alexander Zvegintsev
On Thu, 21 Mar 2024 16:17:33 GMT, Prasanta Sadhukhan wrote: >> Alexander Zuev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Adding library and build clauses > > test/jdk/java/awt/FileDialog/FileDialogForPackages.java line 59: > >>

Re: RFR: 8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main [v2]

2024-03-21 Thread Prasanta Sadhukhan
On Tue, 19 Mar 2024 14:10:52 GMT, Alexander Zuev wrote: >> Convert test to a main based; >> Move test to an appropriate folder; >> Remove old files; > > Alexander Zuev has updated the pull request incrementally with one additional > commit since the last revision: > > Adding library and

Re: RFR: 8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main [v2]

2024-03-19 Thread Alexander Zuev
> Convert test to a main based; > Move test to an appropriate folder; > Remove old files; Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision: Adding library and build clauses - Changes: - all:

RFR: 8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main

2024-03-18 Thread Alexander Zuev
Convert test to a main based; Move test to an appropriate folder; Remove old files; - Commit messages: - Reorganize imports. - 8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main Changes: https://git.openjdk.org/jdk/pull/18360/files Webrev: