What is the class in swing to change the appearance of the frame in runtime?



What is the class in swing to change the appearance of the frame in runtime?..

Answer / Saket Vishnoi

The class for changing the appearance of a Swing component, such as a frame, at runtime is called a Skin or Look and Feel. In Java Swing, you can set the Look and Feel using the `javax.swing.UIManager` class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Swing Interview Questions

What are the features of JFC?

1 Answers  


How to align components in java swing?

1 Answers  


Which method is used for setting security in applets?

1 Answers  


What is the mean of swing?

1 Answers  


What are controls and what are different types of controls in awt?

1 Answers  


How to generate bill in java swing?

1 Answers  


What are the benefits if Swing over AWT?

1 Answers  


Why do we use swing in java?

1 Answers  


Which types of components are used in designing swing based gui?

1 Answers  


What are swings?

1 Answers  


Why are swings considered lightweight?

1 Answers  


What is event in java swing?

1 Answers  


Categories