Search:

Type: Posts; User: Himanshu Upadhyay

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    6,189

    Re: Images in GridLayout

    Yes, by using this statement.
    new GridLayout(12, 10);
    The LayoutManager will create a table type structure which contains 12 rows and 10 columns.
    and you can put 12*10 = 120 components.

    To...
  2. Replies
    4
    Views
    6,189

    Re: Images in GridLayout

    Hi,
    You have used GridLayout with default constructor to set Layout of Frame. With default, It has only one row and one column.
    That is you can add only one component in Frame.
    And you trying to...
Results 1 to 2 of 2