Hey guys in this post, we will discuss how to place the JFrame window at the center of the screen. Read: Create Basic JFrame window and display it on the Screen When we create the JFrame window, by default it is not centered. It...
Category - Java Swings
Hey guys in this post, we will discuss how to display the basic window using Java Swing. Example import javax.swing.JFrame; public class BasicWindow extends JFrame{ public static void main(String[] args) { UserInput...
Hello guys, Bushan here, welcome back to B2 Tech. In our previous article, we have discussed about Inserting values to MySQL Database. In this article, let’s display the database values in a JFrame form so let’s get...
Hello guys, Bushan here, welcome back to B2 Tech! Today in this article, we will discuss how to insert values into MySQL database with the help of Java! We will achieve this using Java Swings! In the previous article, we have...