[Render]Help rendering a word in exactly place

Hello guys,

I have 2 methods in my run method, update() and render()

on my update I check if some letter was typed and put it on a char[] to draw on render, but i’m having some problems to draw, because I want to put the letters exactly above lines, but i just draw letter for letter.

The game is like a hangman with little differences…

Here is my code of render and update:

http://www.java-gaming.org/?action=pastebin&id=1183

Can you please upload a picture of how things are looking at the moment with your render code?

Use www.imgur.com if you want its free and you don’t even have to create an account.