Why is that my button doesnt show to the screen BTW I am using a fullscreen instead of JFrame


public class optionButton extends JPanel{

public JButton shop;
public JButton exit;
public...