The questions and answers section for Swing and AWT. Here you can ask questions on Swing and AWT topics.
AWT
The AWT stands for Abstract Window ToolKit and it provides the API to create desktop applications in Java. It is also used to create Applets. The AWT based applications can run on all the Java enabled operating systems. The AWT components are heavyweight components and it uses the underlying OS libararies for creating the UI components.
Swing
The Java Swing is also known as Java Foundation Classes (JFC), which is used to create the UI interface for desktop applications and applets. Swing is lightweight component. It runs faster than AWT. Swing is 100% Pure Java certified.
i wrote this code for splash screen but i'm unable to connect to my main code so i humble request you to plzz how can i connect to my main code. package Com.Demo; import javax.swing.ImageIcon; import javax.swing.JLabel; import java
Posted on: November 9, 2019 at 10:46 AMI worte this code,but i'm unable to add this class code to my main class.so plz i request you to guide me how can i add this splesh screen to my main-class-login-page-screen. package Com.Demo; import javax.swing.ImageIcon; import j
Posted on: November 9, 2019 at 10:42 AM""how? to" search[or]display" the particular data in MS-ACCESS database please explain the problem and to give the source code by only using on swing concepts. ""how? to" modify[or]update" the particular data in MS-ACCE
Posted on: June 6, 2017 at 4:11 PMI have a JPanel with a grid layout and I populated it with anonymous JPanels to it be like tiles on a game board. I added a mouse entered event to all the added JPanels to see if I could make it work as a test to just System.out.println("test"); a
Posted on: May 8, 2015 at 4:37 PMHello , I have the following Code. I am able to fetch the Data from the Database. But i need to implement pagination for the same. Can someone please help me out with this ? I have tried out many things from the internet.. but i can't really under
Posted on: March 3, 2015 at 4:23 AMHii, I am doing my final year project and i am using java swing as a front end.I have used Jcombobox for displaying my on bluetooth devices and i also made a refresh button.when i click on the refresh button
Posted on: September 23, 2014 at 5:01 AMHi.... Iam doing project in java...and my front end in swing ..our project is like billing software... then what are the topics i want cover? then how to design? pls help me....
Posted on: September 15, 2014 at 8:50 AMI need to display a pdf file in a jtextfield or in a jtextarea.Atlest i need to displat it in a jframe.I have a button and while clicking on it ,i need to choose the pdf file and need to displat it in my jframe.Also i need to edit it and i have to
Posted on: August 7, 2014 at 10:26 AMSir, Can somebody please provide me with code to crop and save an image in applet.
Posted on: April 8, 2014 at 1:42 PMSir, Can somebody please provide me with code to crop and save an image in applet.
Posted on: April 8, 2014 at 1:42 PMSir, I'am new to Swing Programming. I have to create an application where an image is displayed on one Label. The same image has to be split in parts and stored in database pert wise. Later the user has to retrieve the entire image by viewing
Posted on: April 7, 2014 at 12:25 PMI have a java applet that has a button. On clicking the button it should disappear and another applet should appear. How to write this code???? Also in login applet after successful login it should display admin applet. I'am new to Swing AWT, kind
Posted on: April 3, 2014 at 4:54 PMHi How to get virtual key code from button.I made on screen keyboard.But it not proper work for windows ,shift,alt and ctrl key. pls suggest me.
Posted on: March 3, 2014 at 11:49 PMhow to show set of images continously using JScrollpane in java
Posted on: February 19, 2014 at 5:38 PMhow to show set of images continously using JScrollpane in java
Posted on: February 19, 2014 at 5:38 PMHow to connect on screen keyboard to system.I made on screen keyboard in java(swing).Now i want connect to system means when i pressed any button then it type on notepad or any other.Please anybody help me. Thanks in Advance.
Posted on: February 19, 2014 at 1:10 PMHow to connect on screen keyboard to system.I made on screen keyboard in java(swing).Now i want connect to system means when i pressed any button then it type on notepad or any other.Please anybody help me. Thanks in Advance.
Posted on: February 19, 2014 at 1:10 PMhow to get data from database in tables using swings
Posted on: January 23, 2014 at 2:46 PMHello friends this is RAGHAVENDRA, I am doing a client server program to play a video file, when I run both client and server programs I still not getting any outputs and even I am not getting ERRORS please help me to get rid of this problem.
Posted on: January 18, 2014 at 1:55 PMHello friends this is RAGHAVENDRA, I am doing a client server program to play a video file, when I run both client and server programs I still not getting any outputs and even I am not getting ERRORS please help me to get rid of this problem.
Posted on: January 18, 2014 at 1:55 PMView all discussion for Swing-AWT