public interface BorderModifier
BorderModifier
takes a Border
from a Component
and returns another Border
which is actually shown. The
modify(Border)
method is called either when the original border
changes or then the modified changes.Modifier and Type | Method and Description |
---|---|
javax.swing.border.Border |
modify(javax.swing.border.Border border)
Modifies a border that would be shown on some
Component . |