Refactorings for optimizing Java 8 stream client code for greater parallelism and efficiency.
Eclipse Public License 1.0
8
stars
7
forks
source link
The label and the textbox cannot line up on the same line #193
Closed
yiming-tang-cs closed 6 years ago
The current result:
I think the reason is that there is only one column for GridLayout, which means each row in GridLayout can only contain one component.
The solution should be creating a nest GridLayout which has 2 columns