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.
PNGアイコンを使用したいのですJButtonが、クリック可能な領域は透明ピクセルではなくピクセルである必要があり、これをcssの絶対位置のようJButtonに他のsの上に配置します。JButton
JButton
前もって感謝します
イメージで JLabel を作成し、MouseListener を追加します。リスナーで、MouseEvent の Point を確認します。画像からポイントのピクセルを取得し、画像のポイント カラーのアルファを確認します。透明でない場合は、アクションを実行してください。