accessing a variable from another class
Very simple question but I can't do it. I have 3 classes:
DrawCircle class
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
class DrawCircle extends JPanel
{
private int w, h, di, diBig, diSmall, maxRad, xSq, ySq, xPoint, yPoi...