actually this is the last GUI update of the night...

This commit is contained in:
Morlok8k 2012-10-04 03:08:35 -07:00
parent 6dcd422c10
commit 69a20d61d6

View File

@ -36,6 +36,8 @@ import javax.swing.plaf.metal.OceanTheme;
*/
public class MLG_GUI {
public boolean UsingGUI = true;
final Font arial = new Font("Arial", Font.PLAIN, 12);
final Font arialBold = new Font("Arial", Font.BOLD, 12);
@ -637,8 +639,9 @@ public class MLG_GUI {
void UpdateMLG() {
// TODO: Update MLG...
// Update.updateMLG();
Exit();
}
void ImportCustomList() {