2024-06-12

This commit is contained in:
2024-06-12 13:10:10 +09:00
parent 57cc9ca7ff
commit 7e1d726c23
44 changed files with 146 additions and 31 deletions

View File

@@ -0,0 +1,13 @@
# Border
* `BorderFactory.createLineBorder()`
* `BorderFactory.createEtchedBorder()`
* `BorderFactory.createLoweredBevelBorder()` / `BorderFactory.createRaisedBevelBorder()` / `BorderFactory.createBevelBorder()`
* `BorderFactory.createEmptyBorder()`
* `BorderFactory.createMatteBorder()`
* `BorderFactory.createTitledBorder()`
* `BorderFactory.createCompoundBorder()`
* `component.getBorder()` / `component.setBorder(Border)`
* `component.isBorderPainted()` / `component.setBorderPainted(boolean)`