複数行のボタンを作ろうとしていますが、テキストが途切れてしまいます。
Button button = new Button( containerButton, SWT.PUSH );
button.setText( "Hello\nWorld" );
ボタンの高さ調節は可能ですか?私が見つけたのは setSize( width, height ) だけでしたが、それは機能していません。
ありがとう!トビー
ボタンに GridData などのレイアウト データを指定してみてください。ここで、heightHint などを設定できます。これはうまくいくはずです。
読むのに適した記事は次のとおりです 。 http://www.eclipse.org/articles/article.php?file=Article-Understanding-Layouts/index.html