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 |
when we right click on the JTable using mouse it works properly but how to right click on JTable in java using keyboard what should be the code for the same.....? Thanks Nitin
What is jlabel java swing?
What is the purpose of transferhandler class?
What is jfc swing in java?
Explain the below Statement if(ae.getSource()==b1)
how to give transparency to JComboBox,JList and JTable
what are the root classes of all classes?
What is an event handler in swing?
What is event in java swing?
What is import javax swing in java?
How to create image slideshow in java swing?
Which is better swing or awt?