148149150151152153154155156157158159
} } @Override public void paint(Graphics2D graphics) { MovieView movieView = (MovieView)getComponent(); Movie movie = movieView.getMovie(); int width = getWidth(); int height = getHeight(); if (backgroundColor != null) {