Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

How to create an Applet in Java using NetBeans IDE 6.9.1

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
7,099
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Mar 29, 2011

hey guys, my 4th vid will show you how to create applets in java using Netbeans IDE 6.9.1
ENJOY :)

here's the code:

import java.awt.*;

public class RootApplet extends javax.swing.JApplet { int number; public void init() { number = 1000; } public void paint(Graphics screen) { Graphics2D screen2D = (Graphics2D) screen; screen2D.drawString("The square root of " + number + " is " + Math.sqrt(number), 5, 50); }
}

  • likes, 3 dislikes

Link to this comment:

Share to:

Uploader Comments (ApfelGanja)

  • Thank you. I did everything exactly the same as in the video, but applet viewer just won't appear. It never appears no matter what I do.

  • @tiredtime did you install the FULL version of netbeans (the 250mb one?)

  • It would be helpful if you pasted the code into the description

  • @tiredtime ok, will do :)

  • Is not just in beginning

  • @maiatecnologia what do u mean?

see all

All Comments (11)

Sign In or Sign Up now to post a comment!
  • what kind of project is this and what does your main method look like

  • @scarletsphere Just go to the project properties and click on Web Start and enable it then choose the application descriptor. Then go to your project dist folder and you will see the html document just modify the title if you want to and viola.

  • just press CTRL+SHIFT+I to fix the imports. dont use the asterix, and dont even write the imports.. that what u got netbeans for;-)

  • can you make a vid on how to run insert applet into html code?

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more