Search:

Type: Posts; User: jlbana

Search: Search took 0.10 seconds.

  1. Re: JTable visual glitch with more than 25-100 rows

    You'd must set the row height manually, or embed a TableModelListener to re-calculate it upon modification.


    public class RowResizer implements TableModelListener
    {
    private JTable table;...
  2. Replies
    1
    Views
    2,050

    Re: jsplitpane not size properly

    I believe what you're trying to alter is the divider's location, with JSplitPane.setDividerLocation() method.


    // For the divider to be
    // precisely at the middle.
    JSplitPane pane = new...
Results 1 to 2 of 2