0

friends. In C# I can but backgroundImage of button is stretch or zoom, how can I do that for JButton in JAVA?

ControlAltDel
  • 33,923
  • 10
  • 53
  • 80

1 Answers1

0

Best way would be to use a ComponentListener/Adapter, implement componentResized() and resize the image.

ControlAltDel
  • 33,923
  • 10
  • 53
  • 80