fatcodeguy
Programmer
This may sound stupid, but is there a way to point to a function in java.. for example... (using swing) I have a JDialog that is a generic dialog to allow uses to make a choice, yes to an action, no. I want to be able to use this dialog for any choice. So the 'yes' button has to have a dynamic (???) action listener.. Does this make any sense.. and is it possible (I know C++ has pointer to functions)?
Thanks, appreciate any help
Thanks, appreciate any help