Search:

Type: Posts; User: iZigZag

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    1,514

    Another applet to program problem....

    I do not know why my teacher decided she wanted all our handed in work to be like this. So far I complete almost all my assignments to be like this but this one. This is just a small quiz in a...
  2. Re: Program to run as Applet & Application - need fresh eye's simple mistake somewher

    OHHHHHHHHHHHHHH!!!! Omg... I have been looking at this way to long....
  3. Re: Program to run as Applet & Application - need fresh eye's simple mistake somewher

    java.lang.ClassCastException: JRockPaperScissors cannot be cast to java.applet.Applet
    at sun.applet.AppletPanel.createApplet(AppletPanel.java:785)
    at...
  4. Re: Program to run as Applet & Application - need fresh eye's simple mistake somewher

    This error I am getting, is it because JRockPaperScissors is not defined??
  5. Re: Program to run as Applet & Application - need fresh eye's simple mistake somewher

    java.lang.ClassCastException: JRockPaperScissors cannot be cast to java.applet.Applet
    at sun.applet.AppletPanel.createApplet(AppletPanel.java:785)
    at...
  6. Re: Program to run as Applet & Application - need fresh eye's simple mistake somewher

    I think it is because i am getting errors when trying to use super(initializeComponent); right before

    public JRockPaperScissors(){
    initializeComponent();
    }
  7. Re: Program to run as Applet & Application - need fresh eye's simple mistake somewher

    Thank you so much!! I knew i needed fresh eyes on this. I had one question though for future reference. Now that everything runs correct, why does it hang for a bit? Or how can I figure that part out?
  8. Program to run as Applet & Application - need fresh eye's simple mistake somewhere

    Basically this is a rock paper scissors game in a simple gui. The program works in applet form, but when I tried this method to run as an application, nothing happened.

    This is the applet (below...
Results 1 to 8 of 8