Example using mouseClicked
def okButtonClicked(self,event):
.....if (event.getClickCount() == 1):
........print "clicked"
okButton = swing.JButton(" OK ", mouseClicked = self.okButtonClicked )
Link to this Page
In Class Presentations
last edited on 25 April 2005 at 9:36 pm by adsl-219-109-75.asm.bellsouth.net