I am looking for a toolkit that will allow me to create widgets containing 2D graphics for modeling an elevator in Java. Once created, these widgets will be integrated with the infrastructure of SWT, Swing, or QtJambi.
Background Information:
I am developing an elevator simulator for fun. My main goal is to increase my knowledge of Java, the Eclipse IDE and, more importantly, concurrency. This is definitely fun, and I liked to implement this State Machine Pattern .
In any case, I am at a point where I would like to see the Elevator on the screen, and not limit myself to recording its operations on the console.
I will probably choose SWT, Swing, or QtJambi for the user interface controls, but I'm wondering what to do with the graphical part of the simulation.
source share