There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Software Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Software Development >
java applet help!


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
tenniskev18's Avatar
Junior Member with 17 posts.
 
Join Date: May 2007
Experience: Intermediate
26-Jan-2008, 03:27 PM #1
java applet help!
hey everyone. I can not get my java applet to open with the dimensions i have put on the html code. Also when i open it through firefox the background color does not show up.

heres my html code:

<html>

<body>

<applet code=MotivationalApplet.class width = 250 height = 250 </applet>

</body>

</html>

Heres my program code:

import javax.swing.JApplet;
import java.awt.*;

public class MotivationalApplet extends JApplet
{
public void paint (Graphics page)
{
String motivation1 = new String("Some people not only expect opportunity to knock,");
String motivation2 = new String( "they expect it to beat down the door.");
setBackground(Color.blue);

page.setColor(Color.orange);
page.drawString(motivation1,65,100);
page.drawString(motivation2,65,115);

page.setColor(Color.yellow);
page.fillRect(0,0,500,50);

}
}


Any help would be great
Chicon's Avatar
Computer Specs
Distinguished Member with 6,608 posts.
 
Join Date: Jul 2004
Location: 50° 34' 07.13" N - 04° 10' 23.
Experience: Second socks retriever
26-Jan-2008, 04:01 PM #2
Hi tenniskev18,

A closing > is missing :

<applet code=MotivationalApplet.class width=250 height=250></applet>
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 05:19 PM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.