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.
使ってみました
dialog.setLayout(BoxLayout.Y_AXIS);
しかし、それは機能しません。
どうすればレイアウトを設定できますか?
これを使って:
dialog.setLayout(new BoxLayout(BoxLayout.Y_AXIS));