11
JSplitPane 구분선이 이동 한 시간을 감지하는 방법이 있습니까? 분배기 이동을위한 수신기를 추가하는 방법이 있습니까?JSplitPane 디바이더 이동 감지
JPanel panel1 = new JPanel();
JPanel panel2 = new JPanel();
JSplitPane sp = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, panel1, panel2);
// What do I put here to be notified if the divider in sp is moved?
더 나은 대신 문자열 자체의 상수'DIVIDER_LOCATION_PROPERTY'를 사용 –