Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Java
9.3K+ articles
Java Programs
1.5K+ articles
Project
618+ articles
Programming Language
339+ articles
java-swing
63+ articles
java-advanced
47+ articles
Projects
45+ articles
java-applet
30 posts
Recent Articles
Popular Articles
How to Draw a Car using Java Applet?
Last Updated: 13 June 2024
An Applet is a Java program that runs in a web browser. An Applet is a Java class that extends the java.applet.Applet class, which means that to create any Applet, you nee...
read more
Java
Picked
java-applet
How to Open a Link in a New Window Using Applet?
Last Updated: 13 November 2023
A Java applet is a little application created in the Java programming language and run on a web browser while embedded in an HTML page. In essence, it's a method for intro...
read more
Java
Picked
Geeks Premier League
java-applet
Geeks Premier League 2023
Java Program to Create Different Shapes using Applet
Last Updated: 15 November 2023
In this article, we will be creating different shapes using Applet. Here, we have taken an Input field, where the user can enter the name of the shape and click on the but...
read more
Java
Picked
Geeks Premier League
java-applet
Geeks Premier League 2023
How to Create an Event Listener in Applet?
Last Updated: 23 October 2023
In this article, we will be creating the event Listener in the Applet window. Here, we will use the ActionListener on Button and MouseListener when the event has occurred ...
read more
Java
Picked
Geeks Premier League
java-applet
Geeks Premier League 2023
How to Fill Colors in Shapes using Applet?
Last Updated: 06 August 2024
In this article, we will fill the random attractive colors in shapes like rectangles, circles, and squares using Applet. Here, we will have three buttons rectangle, circle...
read more
Java
Picked
Geeks Premier League
java-applet
Geeks Premier League 2023
How to Play Sound using Applet?
Last Updated: 23 October 2023
In this article, we will be using the Applet window to play the sound or music. Here, we will have buttons like Play, Pause, and Restart. Using these buttons we will manag...
read more
Java
Picked
Geeks Premier League
java-applet
Geeks Premier League 2023
How to Display Image using Applet?
Last Updated: 23 October 2023
In this article, we will be using the Applet to display the image in proper layout. Here, we will display the image along with the text in the Applet Viewer. Approach for ...
read more
Java
Picked
Geeks Premier League
java-applet
Geeks Premier League 2023
How to Play Audio File (.WAV) Using Java Applet?
Last Updated: 23 July 2025
In this article, we will learn how to read and play audio (.wav) files using Java Applet.Approach for Playing Audio File(.wav) using AppletMusicPlayerApplet class inherits...
read more
Java
Geeks Premier League
java-applet
Geeks Premier League 2023
How to Use Swing Applet in Java?
Last Updated: 23 October 2023
In this article, we will be using the swing Applet or JApplet in Java. Here, we will make a simple multiplication application that will multiply the two input numbers. App...
read more
Java
Picked
Geeks Premier League
java-applet
Geeks Premier League 2023
How to Create a Banner Using Applet?
Last Updated: 23 July 2025
In this article, we shall be building a Java Applet that shows a scrolling banner with a message that moves continually from right to left. In this article, you will lear...
read more
Java
Picked
java-applet
How to Write to a File Using Applet?
Last Updated: 28 April 2025
In this article, we will learn how to write a file using Applet and grant access to write files using Applet. ApproachThe applet output window contains three fields. Those...
read more
Java
Picked
Geeks Premier League
java-applet
Geeks Premier League 2023
How to Read a File using Applet?
Last Updated: 24 October 2023
In this article, we will learn how to read the content of the file using Java and display those contents using Applet.Approach UsedThe user should type the name of the fil...
read more
Java
Picked
Geeks Premier League
java-applet
Geeks Premier League 2023
Java Applet Class
Last Updated: 11 January 2023
Java Applet is a special type of small Java program embedded in the webpage to generate dynamic content. The specialty of the Java applet is it runs inside the browser and...
read more
Java
Picked
java-applet
Different Ways to Run Applet in Java
Last Updated: 23 July 2025
Applets are tiny Java programs that can be installed and run automatically as part of a web page. They can be viewed on an Internet server, transmitted over the Internet, ...
read more
Java
Picked
java-applet
Life Cycle of Java Applet
Last Updated: 23 July 2025
An applet is a Java program that can be embedded into a web page. It runs inside the web browser and works on the client side. An applet is embedded in an HTML page using ...
read more
Java
Picked
TrueGeek
TrueGeek-2021
java-applet
1
2
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !