This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
i have a webpage developed using html consisting of few buttons. normally we will click the buttons manually either by using mouse or keyboard.
i need a help regarding how should i click those buttons programatically. that is when ever we execute a java program the button action should be performed same as when we clicked it manually.
i have a webpage developed using html consisting of few buttons. normally we will click the buttons manually either by using mouse or keyboard.
i need a help regarding how should i click those buttons programatically. that is when ever we execute a java program the button action should be performed same as when we clicked it manually.
thanks.
Is this about Swing or some other toolkit?
luck, db
There are no new questions, but there may be new answers.
Ravikanth thota
Greenhorn
Joined: Apr 09, 2012
Posts: 18
posted
0
Darryl Burke wrote:
rk thota wrote:hi,
i have a webpage developed using html consisting of few buttons. normally we will click the buttons manually either by using mouse or keyboard.
i need a help regarding how should i click those buttons programatically. that is when ever we execute a java program the button action should be performed same as when we clicked it manually.
thanks.
Is this about Swing or some other toolkit?
actually the file which i have is .htm file with few buttons in it. need to perform a button action programatically.