質問編集履歴

2

長方形を表示させるコード

2018/10/25 02:28

投稿

Colorleon
Colorleon

スコア10

test CHANGED
File without changes
test CHANGED
@@ -96,21 +96,9 @@
96
96
 
97
97
  ```Java
98
98
 
99
- public class MyView extends View{
100
99
 
101
100
 
102
-
103
- Paint paint;
104
-
105
-
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
- public class MyView extends View
101
+ public class MyView extends View
114
102
 
115
103
  {
116
104
 

1

タイトル変更

2018/10/25 02:28

投稿

Colorleon
Colorleon

スコア10

test CHANGED
@@ -1 +1 @@
1
- 入力した数値を元に長方形を表示
1
+ 入力した数値を元に長方形を表示させる方法
test CHANGED
File without changes