JOptionPane.showMessageDialog(null, "Gamepad mapping is not set. If you want to use a gamepad, "+
"click the Options menu and choose Gamepad Settings. After mapping your gamepad,"+
" it will work while streaming.", "Limelight", JOptionPane.INFORMATION_MESSAGE);
}
MainFrame main = new MainFrame();
main.build();
limeFrame = main.getLimeFrame();
}