i’d like to use the functionality of a TextField, but i want specify how to draw it and more important when. i don’t want to rely on AWT to do the job.
most games have all kinds of nice GUI stuff like ScrollPanes (but they don’t look like the do by default, of course), so how do they do it? do they write a new ScrollPane from scratch or do they use the functionality of an existing one and just rewrite the way it’s drawn?
hoping for an easy solution guys!
EDIT: fixed some Jeff-writing