Note: This class is intended for internal use only. Please use the classes in the package {@link org.fest.swing.fixture} in your tests.
69707172737475
super(JFileChooserFixture.class, robot, fileChooserName, JFileChooser.class); } @Override protected @Nonnull JFileChooserDriver createDriver(@Nonnull Robot robot) { return new JFileChooserDriver(robot); }
76777879808182
super(robot, fileChooserName, JFileChooser.class); createDriver(); } private void createDriver() { driver(new JFileChooserDriver(robot)); }