English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I’ve tried moving it to different areas in the code, it just keeps commin’ up as a gray BIG box on the screen. It is suppose to be at the top left of the screen, right over the links, and the text is suppose to scroll. WHAT is wrong?!?

Here is the links to the pg and code stuff:

http://www.triangleeventpros.com/java/rainier4.htm

http://www.triangleeventpros.com/java/CreditRoll.class

2006-06-22 11:13:32 · 4 answers · asked by Am 4 in Computers & Internet Programming & Design

I'm pritty sure the JAVA code itself is currect. It's the stuff I'm trying to call up in HTML that is not working... Somewhere I messed up in my HTML inserting the JAVA Applet... I'm not sure where or how... but I know it's not doing what it needs to do...

2006-06-22 11:24:41 · update #1

I'll try enabling the Browser THANKS.

2006-06-22 11:25:20 · update #2

It still doesn't work...

2006-06-22 11:29:05 · update #3

4 answers

visit http://www.studyjava.org

2006-06-26 06:10:01 · answer #1 · answered by ihoston 3 · 0 0

You need to enable java or get java runtime to work with applets.

To enable your JAVA, you need to go to Tools then Internet Options on your IE Browser menu on top.
Go to advanced and then scroll down and look for JAVA and check all the boxes.
Then go to the Security Tab and click on Custom Level and enable Java scripting.
If you need a JAVA runtime program to play games, download it at http://www.java.com/en/download/manual.jsp
Restart browser.

2006-06-22 18:16:50 · answer #2 · answered by Sean I.T ? 7 · 0 0

You appear to have the following java error

java.lang.IllegalArgumentException: null source

at java.util.EventObject.(EventObject.java:34)

at java.awt.AWTEvent.(AWTEvent.java:225)

at java.awt.event.ComponentEvent.(ComponentEvent.java:94)

at java.awt.event.WindowEvent.(WindowEvent.java:174)

at java.awt.event.WindowEvent.(WindowEvent.java:211)

at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:576)

at java.awt.Component.dispatchEventImpl(Component.java:3505)

at java.awt.Container.dispatchEventImpl(Container.java:1627)

at java.awt.Window.dispatchEventImpl(Window.java:1606)

at java.awt.Component.dispatchEvent(Component.java:3476)

at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)

at java.awt.SequencedEvent.dispatch(SequencedEvent.java:93)

at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)

at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)

at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)

at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)

at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

java.lang.NumberFormatException: For input string: "CECECE"

at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)

at java.lang.Integer.parseInt(Integer.java:468)

at java.lang.Integer.parseInt(Integer.java:518)

at CreditRoll.init(F:\Internet\DRESDEN\PROJECTS\jmc\java\CreditRoll\CreditRoll.java:101)

at sun.applet.AppletPanel.run(AppletPanel.java:353)

at java.lang.Thread.run(Thread.java:534)

2006-06-22 19:14:35 · answer #3 · answered by AnalProgrammer 7 · 0 0

do you have java sun jse ? try downloading it

2006-06-22 18:16:37 · answer #4 · answered by triplexxxo6 2 · 0 0

fedest.com, questions and answers