無人機動兵器ダンジョン探索ゲーム JAVAベース
説明表示ラベルの表示色を設定
@@ -71,8 +71,10 @@ | ||
71 | 71 | button.addActionListener(pevent); |
72 | 72 | p.add(button, BorderLayout.SOUTH); |
73 | 73 | Label label = new Label(CarnageHack.resource.getString("chipeditInfo"), |
74 | - Label.CENTER); | |
75 | - p.add(label,BorderLayout.NORTH); | |
74 | + Label.CENTER); | |
75 | + label.setBackground(Color.darkGray); | |
76 | + label.setForeground(Color.white); | |
77 | + p.add(label, BorderLayout.NORTH); | |
76 | 78 | } |
77 | 79 | |
78 | 80 | /** |