About 97,900 results
Open links in new tab
  1. Draw a Smiley in Java Applet - GeeksforGeeks

    Jul 11, 2025 · Given task is to draw a smiley face in Java Applet. Create three Ovals, one for the face, two for the eyes. Fill eyes oval with black color. Create an arc for the smile in the face. Note: To run …

  2. Drawing a Smiley in Java Applet - Online Tutorials Library

    Jul 31, 2023 · In this educational activity, we will examine how to draw a smiley face using Java Applet. We will cover the accentuation, little by little computation, and different ways of managing to …

  3. Practical on applet, Design a smiley face using Applet in Java (2023)

    Hello guy's, In this video you will learn basic of Applet programming to make a design like smiley face by using various methods of graphics class.

  4. Program to display smile face using applet |Java Program|

    In this blog post, we've explored how to create a simple smiley face applet using Java. Despite its simplicity, this example demonstrates the power of Java's graphics capabilities and the ease with …

  5. smile_programs/SmileyFace.java at master - GitHub

    Simple Applet program using graphics to display the smiling image on the screen. - smile_programs/SmileyFace.java at master · PriyaRenu/smile_programs

  6. java applet (Drawing a happy or smiley face) - Stack Overflow

    Note that Java is case sensitive. Japplet, japplet, and JApplet are all different. Only the last one is correct.

  7. Applet program in java to draw a face - Technotaught

    Jul 24, 2019 · First, we do three things to make an applet program in j ava to draw a face. Create three Ovals, one in the face, two for the eyes. Fill eyes, oval with black color. Create an arc for the smile in …

  8. Java program to display a smiling face - Teachics

    Oct 18, 2021 · Write a multi-thread java program for displaying odd numbers and even numbers up to a limit.

  9. Smiley Applet Programs

    The document provides code for two programs to draw a smiling face in an applet program. The first program draws the face, eyes, nose and smile using methods like fillOval, drawPolygon, drawArc …

  10. Java Program to Draw a Smiling Face using Graphics Class Methods

    Here is source code of the Java Program to draw a simling face using Graphics class. The program is successfully compiled and tested using BlueJ on Windows 10 and javac compiler on Fedora 30.