Hello everyone,
I want to draw a 3D trapezoid.
Trapezoid class is included in HEP3D library (http://hrivnac.home.cern.ch/hrivnac/Activities/Packages/HEP3D-dist.tar.gz)
I need help to install this package into JBuilder, so that I could use the following line in my program
Trapezoid mytrapezoid = new Trapezoid(0.6, 0.7, 0.8, appearance)
Thanks in advance.