Is there an easy way of locking the aspect ratio of a GridLayout component in Java Swing ? Or should this be done on the JPanel containing that layout ? 解决方案 GridLayout effectively ignores a components preferred size, but you can control the aspect r…