Problem I am trying to simulate a window system with java. I don’t know much about Java graphic-APIs, so i […]
Tag: awt
Shortening calculator project code
Problem I was told to create a calculator design on AWT, which is also my first project on AWT. I […]
Custom drawString() for game development
Problem About / Background This is indirectly a follow up from: General Game Loop 3.0, if you prefer to test […]
Animate an oval shape using Thread
Problem I have this project that should continuously animating using for loop. Also I want to include variations on the […]