Long description

Back

The browser window consists of 5 components. The first component is the space around the window that indicates the border of the window. A level-1 heading that reads, "App" is placed at the top left of the browser within the border. The second component is a rectangular block at the top of the browser with a level-1 heading that reads, “Header” at the center of the block. A level-2 heading that reads, "Logo" is placed at the left side of the header. A button labeled Undo Changes is placed at the right side of the header. The rest of the browser window is divided into two vertical sections. The first section consists of a list of paintings with their names and an Edit link at its right. The third component is a single set of a painting, its name, and the respective Edit link. The third component is labeled PaintingListItem. The fourth component is the entire list of painting names, which is labeled PaintingList. The second vertical section consists of a painting selected from the first section followed by details about the painting in four lines. Line 1: Title colon and a textbox that contains the value "The Boating Party.” Line 2: Artist colon and a textbox that contains the value "Mary Cassatt.” Line 3: Gallery colon and a textbox that contains the value “National Gallery of Art, Washington.” Line 4: Year colon and a textbox that contains the value “1893.” The fifth component is the entire second section, which is labeled EditPaintingForm.

Back