Answer Posted / 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 View All Answers
What does javax swing do?
Who created the swing?
What is swing in java with example?
What is an event handler in swing?
What is awt and swing in java?
What is swing and awt in java?
What are the features of swing in java?
How is multi-threading gets implemented using swing?
How to align components in java swing?
What is swing components in java?
What are the different components that are used to show a container?
Which layout does swing use by default?
Why does JComponent have add() and remove() methods but Component does not?
Which containers use a border Layout as their default layout in swing?
What is the design pattern that java uses for all swing components ?