当前位置: 代码迷 >> J2SE >> Java,SWT,怎么增加选项卡按钮的宽度
  详细解决方案

Java,SWT,怎么增加选项卡按钮的宽度

热度:82   发布时间:2016-04-24 01:48:53.0
Java,SWT,如何增加选项卡按钮的宽度?
增加宽度后,上面可以加些图片什么的,本人初学Java,望指教!

------解决方案--------------------
SWT is in my impression developped and provided by IBM, and embedded in Eclipse. Normally you can find some useful infos in Eclipse. Anyway, you could use Swing or AWT which are powerful and can almost do everything you want.
------解决方案--------------------
记错了。。
下面是正确的

button.setSize();
button.setBackGroundImage();
  相关解决方案