Tag: AWT
Total: 3 Posts
Posts of Tag: AWT
Total: 3 Posts
Posts of Tag: AWT
Java Program to Make a Simple Calculator Using AWT
Java Program to Make a Simple Calculator Using AWT Hello everyone, in this program I am going to share a code to make a simple calculator in java using awt. This calculator works on two integer number...Learn MoreJavaAWTDifference between AWT and Swing in Java
**Difference between AWT and Swing in Java** Here you will learn about difference between AWT and Swing in Java. AWT and Swing both are used to create GUI interface in Java. Both of them are used to perform a...Learn MoreJavaAWTJava Program to Take Screenshots
Java Program to Take Screenshots There might be a situation where you guys want to take screen shots programmatically. So I am sharing a program that help you to take screen capture of your screen and save it ...Learn MoreJavaAWT