JFrame uses BorderLayout by default and adds components to BorderLayout.CENTER if no other location is specified. Adding two items to the default location will show only the last item added. Either...