I tried to use
dialog.setLayout(BoxLayout.Y_AXIS);
but it doesn't work.
How can I set the layout?
Use this:
dialog.setLayout(new BoxLayout(BoxLayout.Y_AXIS));
This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
about » faq »
tagged
asked
6 months ago
viewed
80 times
active