0
私はJScrollPane jScrollPane2
を持っています。JScrollBarサム位置(値)は変更されません
public AfficherArbreSyntaxique() {
initComponents();
jPanelPourDessinerArbre1.setMinimumSize(new Dimension(10000, 10000));
jPanelPourDessinerArbre1.setPreferredSize(new Dimension(10000, 10000));
;
// jPanelPourDessinerArbre1.s //ensureIndexIsVisible
// jPanelPourDessinerArbre1.repaint();
jScrollPane2.getVerticalScrollBar().setValueIsAdjusting(true);
jScrollPane2.getHorizontalScrollBar().getModel().setValue(10);
this.setDefaultCloseOperation(this.DISPOSE_ON_CLOSE);
}
何が問題であり、どのようにそれを解決するために:私は親指の位置(値)を変更しようとしましたが、その位置は変更されません、ここのコードですか?