groundTextureRadioButton.isSelected());
// Click on ground texture button
tester.invokeLater(new Runnable() {
public void run() {
// Display texture dialog later in Event Dispatch Thread to avoid blocking test thread
groundTextureButton.doClick();
}
});
// Wait for 3D view to be shown
String groundTextureTitle = preferences.getLocalizedString(
Home3DAttributesController.class, "groundTextureTitle");