encaputxat
unread,Jun 17, 2010, 1:32:31 PM6/17/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mac Widgets for Java
Hi again, im still working with mac widgets ;) (remember im very
novice with java yet ^^')
Why sourceListItem doesn't have a actionListener like a button, I need
to load a JTable with diferents models, every model is related to a
sourceItemList. With actionListener seems easy
infoButton.addActionListener(EventHandler.create(ActionListener.class,
ppc, "showInfo")); //ppc is a controller class
I've saw addPropertyChangeListener but I don't know how to use this.
Can someone write a simple implementation with a new dialog for
example?
thanx for support