Search:

Type: Posts; User: ciliegia

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,453

    Re: Stop JSplitPane from going up

    JSplitPane splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT);

    home.panel_tabella_vendi.setPreferredSize(new Dimension(0, 150));
    JPanel sotto = new JPanel();

    ...
  2. Replies
    3
    Views
    1,453

    Stop JSplitPane from going up

    When I drag the JSplitPane I want it to stop at a certain point... how do I do that? Thank you
    It can stretch horizontally as much as it pleases but when I grag it vertically I want it to stop at a...
Results 1 to 2 of 2