Why is the UI not showing up in my code below:
public class GUI extends JPanel{ public GUI(String name, String address, List reviews, Icon
Panels just don't show up in Swing. They have to be added to windows. Create JFrame or JDialog and add your panel to it.