Rewrite Programming Exercise 14.10 so the cylinders width and height are automatically resized when the window is

Question:

Rewrite Programming Exercise 14.10 so the cylinder’s width and height are automatically resized when the window is resized.

Data from Programming Exercise 14.10

Write a program that draws a cylinder, as shown in Figure 14.45c. You can use the following method to set the dashed stroke for an arc:arc. getStrokeDashArray().addAll(6.0, 21.0);

The solution posted on the website enables the cylinder to resize horizontally. Can you revise it to resize vertically as well?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: