Create a JFrame and set the layout to BorderLayout. In each region, place a JButton that
displays the name of a classic movie that has the region name in its title. For example, the
east button might indicate the movie East of Eden.When the user clicks the button, display
the year of the movie’s release and the name of one of its stars. Save the file as
JMovieFrame.java.
Comments
Leave a comment