Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by owls

  1. owls

    MouseOvers and Netscape

    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.
  2. owls

    Jump Drives

    Thanks, I'll check it out!
  3. owls

    Jump Drives

    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...
  4. owls

    Interface recognition

    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.
  5. owls

    Server Side Includes

    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...
  6. owls

    Reading a word document

    How can I display the text from a word document into a JTextArea object. I have been exploring the java.io package but cannot seem to figure it out.
  7. owls

    Simultaneous Animations

    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...
  8. owls

    Audio load up time

    How can I reduce the amount of time it takes for my sound file to start playing after the play method is called.
  9. owls

    audio and firewalls

    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...
  10. owls

    Remeber which label in array was clicked?

    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...
  11. owls

    Animating JLabels using Timers

    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...
  12. owls

    Image animation

    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...
  13. owls

    Object Arrays - New User Help!

    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...
  14. owls

    Object Arrays - New User Help!

    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...
  15. owls

    JPG or GIF tool???

    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.

Part and Inventory Search

Back
Top