Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
my-applicationユーザーが「windowstextesize」を150%(画像)に増やすと、すべてのコンポーネント(テキスト、ボタンなど)が大きくなり、アプリケーションが画面サイズを超えます。
すべてのウィンドウのテキストサイズ(100%、125%、150%)でGUIを固定(またはすべてのコンポーネントを表示)にする提案はありますか?
ありがとう。PS:私はJGoodiesを使用しています
適切なレイアウト マネージャーを使用setPreferredSize()/setSize()し、ボタン、パネル ウィンドウ/ダイアログなどのコンポーネントには使用せず、ウィンドウ/ダイアログを使用しpack()ます。
setPreferredSize()/setSize()
pack()