In java.awt.Frame
I created a cylinder :
Cylinder cyl1 = new Cylinder(1.0f, 2.0f, app);
How to create a hollow cylinder from this cyl1 ?
In java.awt.Frame
I created a cylinder :
Cylinder cyl1 = new Cylinder(1.0f, 2.0f, app);
How to create a hollow cylinder from this cyl1 ?