What is a horizontal prototype?
What will be an ideal response?
A horizontal prototype has little depth of functionality (or no functionality) but is broad in terms of the number of features it presents. Horizontal prototypes are useful for presenting an overview or the “big picture” perspective of a site’s “look.”
You might also like to view...
Which of the following statements is false?
a. Most things you can do in Scene Builder also can be accomplished in Java code. b. To create a custom ListView cell format, you must first define a subclass of the ListCell that specifies how to create a ListView cell. c. As the ListView displays items, it gets ListView cells from its cell factory. d. You’ll use the ListView’s setCellFactory method to replace the default cell factory with one that returns objects of the ListCell subclass. You override this class’s updateItem method to specify the cells’ custom layout and contents.
When is a layer automatically deleted?
A. only when it contains one object and that object is deleted B. only when all the objects on the layer are deleted C. only when all the objects on the layer are deleted using the Delete key D. a layer is never automatically deleted