Results 1 to 2 of 2
Thread: Applet Mac issue
- 08-05-2009, 07:42 AM #1
Member
- Join Date
- Aug 2009
- Posts
- 1
- Rep Power
- 0
Applet Mac issue
Hi everyone,
I have made an applet which uses multiple classes and .PNGs and .GIFs.
It runs fine on windows under internet explorer and firefox,
but it does not work at all on Macs.
I have an HTML file called Game.html:
Java Code:<head> <title>My Game Page</title> <\head> <applet codebase="myDomain,net/Games/" code="Game.class" width=800 height=600 name="Client"> Your browser is not configured to run Java applets. <\applet>
in "myDomain,net/Games/" //woudlnt let me post link
there are:
Game.class
Player.class
Enemy.class
Player.GIF
Monster.PNG
The applet does work on Windows.
in my Game.java, i read the images through
Other than this, there is nothing that I see as being a windows vs. mac issue.Java Code:URL url = getClass().getResource("Player.GIF"); ImageIcon icon = new ImageIcon(url); Image playerPic = icon.getImage();
I'm not entirely sure what the problem is, if you have any ideas please let me know.
p.s. The Mac applet does not give any java errors, it just sort of stops loading. and/or has the red 'x' at the top left of the applet screen.
thanks in advance :D
- 08-23-2009, 07:54 PM #2
Member
- Join Date
- Jun 2009
- Posts
- 14
- Rep Power
- 0
Apparently, we're looking for an answer for the same problem. I've been discussing this in Sun's forum, and recently went here for help as well.
http:*remove this*//www*remove this*.java-forums.org/java-applets/20752-japplet-mac.html
This is my thread - sorry, I can't post any link yet - it has a few details which I tried to make my applet run on Mac As well. Might be helpful. =]
Regards,
LD
Similar Threads
-
How can I get this to work properly -animation issue with an applet.
By AlejandroPe in forum New To JavaReplies: 3Last Post: 05-06-2009, 12:11 AM -
getSize() issue - Displaying object in 3 locations in Applet
By furry in forum New To JavaReplies: 4Last Post: 03-21-2009, 11:43 PM -
Java Applet Issue
By bmw4l1f3 in forum New To JavaReplies: 9Last Post: 11-13-2008, 04:39 PM -
Applet, To center text and To open I engage in a dialog in an Applet
By Marcus in forum Java AppletsReplies: 4Last Post: 06-08-2007, 06:15 AM -
Applet tabbing issue
By pegitha in forum Java AppletsReplies: 2Last Post: 04-28-2007, 10:41 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks