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.
これが私のインターフェースの一部の写真です。画像は透明な背景を持つ円形ですが、ボタン内で適切に中央に配置されていません。手動で所定の位置に移動できるかどうか疑問に思っていました。
JToggleButton を作成し、ボタンのアイコンを使用している画像に設定するだけです。
JToggleButton button = new JToggleButton(new ImageIcon("path to image"));
ボタンを作成し、画像をボタンの中央に配置する必要があります。
それが役立つことを願っています!