[Solved] Missile don’t fire [closed]

Welcome to Stack Overflow! Some suggestions for your question – please be sure to clean up the code that you post and only post relevant sections, it’s very hard to read cluttered code like this. And as Marc B said, it’s tough to tell what you’re actually asking, so please be clear in your question … Read more

[Solved] How to run a java applet code

To draw the I love you text you can call: g.drawString(…) method and position it over the T-Shirt. Next to draw a heart shape, you can call the same method using the ASCII’s heart shape: ♥ But be sure to use a nice (big enough) font so it can be visualized correctly, for example: g.setFont(new … Read more