ponder-lab / Optimize-Java-8-Streams-Refactoring

Refactorings for optimizing Java 8 stream client code for greater parallelism and efficiency.
http://cuny.is/streams
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

yiming-tang-cs commented 6 years ago

The current result: pvn _ws c 62ab1dy40 e

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

khatchad commented 6 years ago

Thanks @saledouble!