Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.18 seconds.

  1. Replies
    4
    Views
    5,354

    Re: How to set the Listbox size.

    setFixedCellWidth(int n) & same for height can be used then :)

    Chris
  2. Replies
    4
    Views
    5,354

    Re: How to set the Listbox size.

    How about using the following.

    JList.setVisibleRowCount(n);

    That could be what you are after.

    Chris
Results 1 to 2 of 2