127128129130131132133134135136137
if (this.isUndecorated()) { yShift += 30; } // Setup username box name = new LiteTextBox(this, "Username"); name.setBounds(FRAME_WIDTH / 2 - 90, 339 + yShift, 180, 24); name.setFont(minecraft); name.addKeyListener(this); // Setup password box