Name the borders provided by Swing?



Name the borders provided by Swing?..

Answer / chnvganesh_mca

BevelBorder
A 3D border with a raised or lowered appearance.


CompoundBorder

A combination of two borders: an inside border
and an outside border.


EmptyBorder

A transparent border used to define empty space
(often referred to as white space) around a component.


EtchedBorder

A border with an etched lineappearance.

LineBorder

A flat border with a specified thickness and color.

MatteBorder


A border consisting of either a flat color or
tiled image.


SoftBevelBorder

A 3D border with a raised or lowered appearance,
and rounded edges.


TitledBorder

A border allowing a String title in a specific location and
position. We can set the title font, color, justification,
and position of the title text using TitleBorder methods
and constants where necessary (see API docs).

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More Swing Interview Questions

Which method is used for setting security in applets?

0 Answers  


What are the components of swing?

0 Answers  


What is meant by JFC?

6 Answers   Mindlogicx, SDS,


What are the features of JFC?

1 Answers  


Is swing an adjective?

0 Answers  






What are the different components that are used to show a container?

0 Answers  


Is swing still used?

0 Answers  


What is java swing used for?

0 Answers  


What are swings?

0 Answers  


What is the purpose of serialization in swings?

0 Answers  


What is actionlistener in java swing?

0 Answers  


Why are swing components called lightweight?

0 Answers  


Categories