Search:

Type: Posts; User: andbin

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,743

    Re: JScollPane JTable etc

    Wait ... calm. ;)
    The first thing that is not really "good" is the CoinTable.getSize() for the scrollPane preferred size. At that time, the real size (getSize() ) of JTable is surely small (or even...
  2. Replies
    6
    Views
    1,743

    Re: JScollPane JTable etc

    JTable must be inserted as a "view" into JScrollPane (generally it's sufficient new JScrollPane(yourTable) but there is also the setViewportView method to set the component to scroll). And scrollbars...
Results 1 to 2 of 2