Search:

Type: Posts; User: maineman

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    816

    Re: Randomizing images

    Can u give an example using my code?
  2. Replies
    5
    Views
    816

    Re: Randomizing images

    Ok, I will get wording like waving duke but the picture above it will be a writing duke. Sometimes the writing is there but no picture. This is a class exercise from O'Rielly. Sometimes all i...
  3. Replies
    5
    Views
    816

    Randomizing images

    Hi,

    I have a super class and an inherited class. What it is supposed to do is display random images in one applet. The images dont match the words and images dont match the wording. What am I...
  4. Re: I need help understanding what two aspects define objects

    Didn't get it anywhere in particular. Taking a Java class and it was in a lecture. Just trying to understand and learn. Maybe a better way to put it is:

    what is an aspect? Why are there only...
  5. I need help understanding what two aspects define objects

    I have googled but could not really find what I was looking for or an answer I could understand. Also, I am a visual learner so an example would really help.
  6. Re: Where would I place try and catch in this code?

    I put try; right before the if statements and I get an error saying I need to put finally after the last closing bracket. I'm familiar with catch(Exceptions e) but not finally can someone explain...
  7. Where would I place try and catch in this code?

    import java.applet.Applet;
    import java. awt.*;

    public class RandomActsofPictures extends Applet {
    Image action;

    public void start(){
    int rint = (int)(Math.random() * 3);...
  8. [SOLVED] Re: Cant figure out why images in applet wont how

    If I highlight the src folder in my project then use the drop down arrow from the "New" toolbar item to add a folder to the src folder, I don't get an icon that looks like a folder, i get an image...
  9. [SOLVED] Re: Cant figure out why images in applet wont how

    Thanks

    --- Update ---

    If I highlight the src folder in my project then use the drop down arrow from the "New" toolbar item to add a folder to the src folder, I don't get an icon that looks like...
  10. [SOLVED] Re: Cant figure out why images in applet wont how

    Can you show me an example of that (loading the images once)? On another note, i left out a part of the code the first time so here it is in its entirety. Also I am using an IDE (eclipse). Thanks...
  11. [SOLVED] Cant figure out why images in applet wont how

    So I am trying to make this java applet that will display a random image of three that is a sub folder of my src folder within my project.

    When you run the project currentlt all you get is a white...
Results 1 to 11 of 11