posted 17 years ago
I have three classes, main-method, frame, and a menu-class.
which contains all elements regarding the menu added
to the frame class.
The frame class:
If I want to have the actions in the frame-class, how do I proceed when all the menuitem are located in another class, or is it even easier to have a separate class containing all action?
[ August 21, 2007: Message edited by: Torvald Helmer ]