Width « Dialog « Java Swing Q&A





1. JDialog allow user to only change width of the dialog    stackoverflow.com

Does anyone know if it is possible to limit how the user resizes a JDialog? I know i can call the method setResizible(boolean) and that disables or enables the user from resizing ...

2. set width of dialog    coderanch.com