Does anyone know if Netscape does not support the DHTML mouse over effects that Frontpage contains. I have a web site that uses mouse over images for the menu, and it works fine on IE but on Netscape the mouseOn images I have saved in the site do not appear.
I am a teacher who just started a job in a new school with very outdated computer labs. We are still using Windows 95. I need to be able to store a website that I am managing on a jump drive or some other similar usb storage device. From what I have seen however, I am not sure that any of them...
Is there a way I can recognize in an if statement whether a class implements a certain interface. I basically want a certain action to occur to objects that only implement an interface I have created.
I am trying to set up a menu as a server side include to all the pages within my site. The main index.shtml file recognizes the include but the pages within my subfolders do not recognize the include. I think it has to do with the path to the include going up a folder and then down again, but...
What is the best way of going about creating multiple animations that happen at the same time but are triggered by different events. I have only used threads to create multiple animations in applets where the animations are triggered off the same event. I've tried using multiple threads but that...
I am trying to play a simple wave file in an applet on my system that contains a firewall. I read that is a firewall is in place that the sound may not play. I am assuming this is my problem since the same code at home plays the sound. What do I have to do with my code to get around the...
This is one way to do it although probably not the most efficient.
In a for loop add an actionListener to each label in your array. Create a final int variable to track the index number of your array. In the mouse_clicked method use both the index int and the ActionEvent e as parameters...
I am attempting to edit an existing application that uses a timer to animate incrementing numbers in a JLabel. I am trying to figure out how to animate the position of the JLabel in the panel, as in the future I am planning on placing images in JLabels to animate. I have the code below for the...
I am new to using threads for animation. I would like to have an image (c:/images/img01.jpg)that is being displayed in a label(MyLabel) animate upon the click of a JButton(MyButton)in my GUI of an application. Could somebody show me an example of code that could accomplish this. I have been able...
Thanks for the response. I have tried editing the code after creating my initial GUI with JBuilder but my objects don't appear in the design view. I am doing the following editing in code to add an array of labels. Could you tell me if I need to do anything else to see these labels in the design...
I am a new user of Java using JBuilder. I am trying to create an array of labels using the design view in JBuilder but there doesn't seem to be a way to do it. In visual basic if you copied and pasted an object it automatically created an array for you. JBuilder does not do it though. Also I...
I do not believe their is an image tool in JBuilder believe it or not. The only way I was able to insert an image was to create a label. Then you use the setIcon method for that label to insert the image.
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.