On your Java Program named StarField, When i insert it into Dreamweaver i get a black box, no stars. All the files are in the same directory too.
Announcement
Collapse
No announcement yet.
StarField Java Question
Collapse
X
-
Hi, welcome to the forums.
Could you explain your post better:
1. "On your Java Program named StarField" - we dont have a program named StarField, could you tell us more about it?
2. Dreamweaver will probably not run the code until you save it as a web page, so you might want to try that.
3. This sounds like a java applet, however this is the javascript forum which is very different to java. This thread probably should have been posted in the Computer Programming forum.PHP Weekly - A PHP Developers Resource
PHP 5.1.4 and Ruby on Rails web hosting
Moderator of PHP and Work offers and Requests
Install Apache/PHP/MySQL (by marek_mar) | TinyPlugin Architecture
-
Comment
-
Hi there excel542,
The reason for this is that you need to replace
the param value with your own image. You may
also change the dimension values to suit your needs .....
<applet code="StarField.class" name="StarField" width="300" height="200">
<param name="LogoPic" value="wa.gif">
</applet>
cthead
~ the original bald headed old fart ~
Comment
Comment