So basically im trying to create the game Trivial Pursuit on eclipse and ive finally got it working with CardLayout, however although it works when i run it i noticed that im getting execution errors ...
public class ShapeCalculator extends JFrame { private CardLayout cardLayout; private JPanel mainPanel; public ShapeCalculator() { setTitle("Shape Calculator ...