Search:

Type: Posts; User: iZigZag

Search: Search took 0.09 seconds.

  1. 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....
  2. 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...
  3. 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??
  4. 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...
  5. 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();
    }
  6. 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?
  7. 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 7 of 7