In FlowLayout
, default screen size is (0,0) and we have to set it explicitly by:
setSize(200,400)
But in GridLayout
, we don't have to call this method, why?
In FlowLayout
, default screen size is (0,0) and we have to set it explicitly by:
setSize(200,400)
But in GridLayout
, we don't have to call this method, why?
Copyright © 2021 Jogjafile Inc.