(empty log message)
@@ -39,7 +39,7 @@ | ||
39 | 39 | labelField1 = new JLabelField(); |
40 | 40 | labelField1.setText("ラベルフィールド"); |
41 | 41 | labelField1.setCaption("ラベルフィールド"); |
42 | - labelField1.setBounds(26, 10, 216, 34); | |
42 | + labelField1.setBounds(23, 10, 227, 33); | |
43 | 43 | } |
44 | 44 | return labelField1; |
45 | 45 | } |
@@ -167,7 +167,7 @@ | ||
167 | 167 | * カスタムフィールドを取得します。 |
168 | 168 | * @return カスタムフィールド |
169 | 169 | */ |
170 | - public JTextComponent getField() { | |
170 | + private JTextComponent getField() { | |
171 | 171 | if (field == null) { |
172 | 172 | return getDefaultField(); |
173 | 173 | } |