[thelist] Java classes and events

Kevin W null at tsn.cc
Thu Jan 9 06:57:01 CST 2003


Not sure if this is on topic here, but...
I've got a JFrame object "gameWindow" that creates a JPanel object "board".
 board invokes and receives an ActionEvent.  board processes the
ActionEvent.

Is there any way for board to let gameWindow know about the event as well?
Or do I have to make gameWindow check continually for a board variable to
change?

--
Kevin W :-)



More information about the thelist mailing list