g.fill3DRect(w / 2 - 56 - 8, h / 2, 56, 20, true);
g.fill3DRect(w / 2 + 8, h / 2, 56, 20, true);
msg = Translater.getString("updater.askUpdate");
g.drawString(msg, w / 2 - fm.stringWidth(msg) / 2, h / 2 - 8);
g.setColor(Color.BLACK);
msg = Translater.getString("global.yesStr");
g.drawString(msg, w / 2 - 56 - 8 - fm.stringWidth(msg) / 2 + 28,
h / 2 + 14);