2
votes
2answers
79 views

How could I have approached this differently? My first Java applet

I'm a JavaScript coder trying to teach myself Java using online tutorials and ebooks. I have now created my very first applet but feel it only really goes to show the depth of my unappreciation for ...
1
vote
1answer
125 views

Java: Suggestions for improved project structure/desing? Especially usage of interfaces

I'm coding some sort of mini physics engine and I ran into some problems with my design, so I'm asking for ideas here. I'm not really experienced with design patterns, so any help with this would be ...