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

how to give transparency for JComboBox,JListBox and JTable

2 Answers   TCS,


what are the steps required in creating an empty table drop?

0 Answers  


What is swing package in java?

0 Answers  


Difference between AWT and Swing compenents?

3 Answers  


what do u mean by GUI framework

1 Answers  






What is swing delegation event model in java?

0 Answers  


Hello ..Friends. I need a Code which makes a software of Enter the cheque Details.. means any enduser enter the details in a Particular field that should be printed on the paper On Cheque. at the backend side it sholud be printed on pdf file. Thanks in Advance

0 Answers  


What is jfc? What are the features of jfc?

0 Answers  


What is swing and its features in java?

0 Answers  


What are the benefits of swing over awt?

0 Answers  


What is swing gui?

0 Answers  


What is meant by Swing?

8 Answers  


Categories