this.setTitle("Campaign Player");
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
this.setLayout(new BorderLayout());
// south setup
southPanel.add(new PathfinderDiceToolBar());
this.add(centerPanel, BorderLayout.CENTER);
this.add(westPanel, BorderLayout.WEST);
this.add(southPanel, BorderLayout.SOUTH);