Question #632

How can I draw a circle on JPanel without using the method «getGraphics»?

Expert's answer

You can create your own class inherited from JPanel and override its method «paint». There is a variable of the type «Graphics» advocated as the parameter for the method «paint». You will have to call the method «drawOval» and specify the parameters for the variable that will contain the graphics.
LATEST TUTORIALS
APPROVED BY CLIENTS