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.
関数 inを使用して入れた をJLabel持っています。次にが表示され、 my のテキストの左側に座っています。テキストの右側に配置することは可能ですか?ImageIconsetIcon()JLabelImageIconJLabelImageIcon
JLabel
ImageIcon
setIcon()
ラベルが「ラベル」と呼ばれているとしましょう-次に使用します:
label.setHorizontalTextPosition(JLabel.LEFT);
それはうまくいくはずです。