回答編集履歴

1

見直しキャンペーン中

2023/08/12 15:01

投稿

TN8001
TN8001

スコア9326

test CHANGED
@@ -1,13 +1,7 @@
1
1
  [Container (Java Platform SE 8 )](https://docs.oracle.com/javase/jp/8/docs/api/java/awt/Container.html#remove-int-)
2
2
 
3
-
4
-
5
- `remove(int index)`
3
+ * `remove(int index)`
6
-
7
- `remove(Component comp)`
4
+ * `remove(Component comp)`
8
-
9
- `removeAll()`
5
+ * `removeAll()`
10
-
11
-
12
6
 
13
7
  都合がいいものを使ってください。