Question: Java: Within the main method of your Presentation class, create an instance for showDisplay class. Afterward, create a frameSize instance, passing the item of your
Java:
Within the main method of your Presentation class, create an instance for showDisplay class. Afterward, create a frameSize instance, passing the item of your showDisplay instance into the constructor.
showDisplay.class
public final static String[] Strings = { "pedestal", "rack", "frame" }; private ShowCase item;
public showDisplay() { // Initializes the item field -- Case is imported this.item = new Case<>();
}
I created the instance of the showDisplay, but I'm not sure how to implement for framSize.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
