Posts by Anirudh Jakhotia
Author Biographical Info: I am a UG-3 Student at the Indian Institute of Information technology, Sri city. I love competitive programming and am also very interested in AI/ML. I am very interested in learning new technological areas and exploring many fields. I solve problems on daily basis on LeetCode.
Hello, folks! This tutorial will explain how to use JPanel in Java with examples. JPanel in Java with Examples In this tutorial, we will understand the Java JPanel in a step-by-ste.... Read More
Hello, guys! In this tutorial, we will focus on learning what Java JFrame is with examples. JFrame in Java with Examples We will discuss the Java JFrame in a detailed manner in thi.... Read More
Hello, enthusiasts. In this tutorial, we will learn and focus on how to close JFrame on a button click. Closing JFrame on Button Click in Java In this tutorial, I will first create.... Read More
Hello, folks!. In this tutorial, we will learn and focus on how to add an image in Java JFrame. Create a Java JFrame Firstly, we import the Java AWT and Java Swing libraries into o.... Read More
Hello learners!. In this tutorial, we will know how to detect the screen resolution of a device in Java. Detect Screen Resolution of a Device in Java Firstly, We use the Java Toolk.... Read More
Hello guys! In this tutorial, our focus is on how to set JFrame Size according to the device screen resolution. Setting JFrame Size according to the Screen We first create a Java J.... Read More
In this tutorial, we will focus on creating and adding a custom cursor in Java JFrame. Creation of a JFrame We firstly create a Java JFrame in our code and import necessary librari.... Read More
Hello, enthusiasts! In this tutorial, we will discuss how to change the JFrame background color in Java. Changing JFrame Background Color in Java We import the required libraries.... Read More