We have the same problems. Playing with the exclusion list has helped some, also you can turn off scaning of outbound files. This improves performance a lot, if you can live with the decrease in protection.
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...
Wish I could help, but I am in the same boat. I am in a Java2 course with a Prof who just learned java over the summer. Try this site it's were I go for help. http://developer.java.sun.com/developer/infodocs/?frontpage-main
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 an uninstall program for Mcafee, sounds like your leaving something behind make sure all these keys are gone
//Deletes keys from the HKEY_LOCAL_MACHINE
RegDBSetDefaultRoot(HKEY_LOCAL_MACHINE);
RegDBDeleteKey("\\System\\CurrentControlSet\\Services\\VxD\\VSHINIT")...
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
Try this, it's what we use for our Java2 course there is a freeware version and a proffesional version that has a 30 trial.
http://www.jcreator.com/index.htm
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
Use Macros with a command button, in properties go to- "on click" ... select Macro Builder. You can use the printout and delete marco in the Builder.
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.