Forum Discussion

jmcwhinney's avatar
jmcwhinney
Contributor
11 years ago

Focus Issues clicking JButton in Java Application

Below is my code to click a given button:   function ClickButton(TheButton){ //Works Intermittantly TheButton.grabFocus(); aqUtils.Delay(1000); TheButton.Click(); }     If i click the pa...