Graphics « Applet « Java Swing Q&A





1. Graphics on Applets    coderanch.com

I made an Applet, and tried to put graphics on it but when I do the code runs but I have to minimize the applet then make it big again to see the image. This is a Java Project im doing but I am really stuck can someone help me? import java.awt.*; import java.applet.*; import java.awt.event.*; public class NarutoVsSasuke extends Applet ...

2. Design Help on Applet/Graphics    coderanch.com

I don't normally get too deep into programming and need some advise on a graphics program I'm trying to create. I have a program that is monitoring the location of multiple vehicles and displaying their location on a map. In my current plan I'll have three layers of information - a jpeg image for the map, a drawing with multiple colored ...