Sir, i have used two JButtons(Next,Previous) to perform actions. In a JTable, before clicking JButtons there is my 1st result. once i clicked the Next JButton then it show me the 2nd results in a JTable, and again clicking Next, it shows the 3rd result in JTable.
Same thing applies to Previous JButton also, once i clicked Previous then it shows me the 2nd results in JTable and again cicking for the 2nd time the previous JButton it shows me the 1st table. But it performs for only one time.
Again i tried to click the JButtons but it does not shows me the results.Actually i could not able to use the "clickCount" variable properly. what to do i donot understand. please give me some suggestion regarding this.....
Thank you in advance...