panel = (ImportedTextureWizardStepsPanel)TestUtilities.findComponent(
textureWizardDialog, ImportedTextureWizardStepsPanel.class);
widthSpinner = (JSpinner)TestUtilities.getField(panel, "widthSpinner");
final JButton nextFinishOptionButton2 = (JButton)TestUtilities.getField(
TestUtilities.findComponent(textureWizardDialog, WizardPane.class), "nextFinishOptionButton");
tester.invokeAndWait(new Runnable() {
public void run() {
nextFinishOptionButton2.doClick();
}
});