-3

I have this code:

http://pastebin.com/N7XnK8XH

The result is a large display panel, but the picture still is small, does not scale I've tried everything

Please help me

mKorbel
  • 109,525
  • 20
  • 134
  • 319
  • 1
    possible duplicate of [How to resize Jlabel ImageIcon?](http://stackoverflow.com/questions/6714045/how-to-resize-jlabel-imageicon) – ccjmne Apr 09 '14 at 08:33
  • btw copy your code into the description of SOF not external links – Frakcool Apr 09 '14 at 16:36

1 Answers1

0

but the picture still is small, does not scale

Try Darryl's Stretch Icon for dynamic scaling of the Icon to fill the space available to the JLabel.

camickr
  • 321,443
  • 19
  • 166
  • 288