1

Eclipse RCP で作成されたウィンドウの固定サイズを設定したい。それはどのように達成できますか?

parent.getShell();
body = form.getBody();
body.setBounds(500, 500, 350, 200);
4

1 に答える 1