Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
マジックナンバーは使いたくない jpanel の背景に色を設定しています。代わりに色を使用する方法はありますか
panel.setBackground(new color (255,255,255));
ありがとう
Color クラスの静的フィールドを使用できます。
例:- 黒、白
panel.setBackground(Color.BLACK);