範囲選択の色を変更。
@@ -935,7 +935,7 @@ | ||
935 | 935 | Color oldColor = g2.getColor(); |
936 | 936 | Composite oldComposite = g2.getComposite(); |
937 | 937 | g2.setPaintMode(); |
938 | - g2.setColor(new Color(0x55BBff)); // TODO: 選択範囲の色。どこで定義する? | |
938 | + g2.setColor(new Color(0x69acfd)); // TODO: 選択範囲の色。どこで定義する? | |
939 | 939 | g2.setComposite(AlphaComposite.getInstance(AlphaComposite.SRC_OVER, 0.5f)); // TODO: 選択範囲のアルファ値。どこで定義する? |
940 | 940 | float tx = messageAreaRect.x; |
941 | 941 | float ty = lineLayout.getTop() + textLayout.getAscent(); |