Hey,
I just had a thought after checking out a few new threads around here and I wasn’t sure what to search for to find an answer to this question so… When creating a simple interface for a game such as the one being used here ( http://www.java-gaming.org/topics/farming-game/30253/view/topicseen.html ) would it be better to create the interface as image files and then load/render them on the screen or draw it out using math and a few g.drawLine()'s or whatever the proper statement is.