I have a problem with the videoSurface and JSplitPane in my program. I can enlarge the videoSurface but can't shirk it. To reproduce this problem you can replace the line 219 in TestPlayer.java to this: JSplitPane splitPane = new JSplitPane(); splitPane.setLeftComponent(videoSurface); splitPane.setR...