accessing a variable from another class
Very simple question but I can’t do it. I have 3 classes: DrawCircle class DrawFrame class CircMain class One class creates a frame, the other draws a circle and fills it with smaller circles. In DrawFrame I set width and height. In DrawCircle I need to access the width and height of DrawFrame. How do … Read more