I keep getting the error: employee.java:78: cannot resolve symbol
symbol : class Employee
location: class employee
import java.applet.Applet;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Rectangle;
import javax.swing.JOptionPane;
public...
I have been giving a mirgration project and have no experience with C++. This program has to find all the Word and excel docs and transfer them to another pc. Does anyone have any ideas or know of a good place to get info on this.
Thanks
Steve
I have this sample code, how do I make the bullseye center and resize when the size of the applet is changed by a user?
public class Bullseye extends Applet
{
private final int MAX_WIDTH = 300;
private final int NUM_RINGS = 5;
private final int RING_WIDTH = 25...
I am looking for some help with applets(new to me). I have a graphic and need to have it resize itself when the size of my applet changes. Any direction would be greatly appreciated.
Thanks
Steve
I am new with applets(and java), I hava a graphic that needs to resize and re-center itself whenever a user changes the size of the applet. Any infomation would help me get started.
Thanks
The Mgt wants to be able to log who is using the database(by system #), but they don't want me to assign user groups because then someone would have to maintain them. Is there a way to do this. Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.