Changing The Underlying Background Color Of A Swing Window

后端 未结 3 693
庸人自扰
庸人自扰 2020-12-30 06:16

As discussed here, when resizing a Swing application in Vista (and Windows 7, which is what I\'m using) you get a black background in the right/bottom corner while Swing\'s

3条回答
  •  独厮守ぢ
    2020-12-30 06:25

    I also noticed this. For me this issue was solved with changing layout manager (I've used Free Form Layout before) and it worked pretty well (system color painting).

    But eventually I switched back to FFL. Also some well known apps face this problem (f.e. SKYPE), but I actually don't mind it ...

提交回复
热议问题