I'm busy with an application which runs in a JFrame
(using BorderLayout
), and has:
- A status bar at the bottom
- Fixed Buttons on the left
- Menu on top (which change relating to specific function),
- Buttons on the right (which change relating to specific function).
I'm setting it up that for every button on the left, a separate class file will be created for its functions and procedures. At this stage it's about 8 extra classes.
How to go about changing the values on the buttons and menu for each class, by that specific class?