> This issue can be fixed by setting the preferred scrollable viewport size of 
> the two tables using
>         JTable table = new JTable(data, columnNames);
>     +  table.setPreferredScrollableViewportSize(table.getPreferredSize());
>         JTable secondTable = new JTable(data, columnNames);
>     +  
> secondTable.setPreferredScrollableViewportSize(secondTable.getPreferredSize());
>     
>     The other changes in imports section are just re-arrangements and 
> expansion of imports.
> 
> Testing: This is a manual test and it is tested and verified manually in my 
> local system
> Screenshots of before and after the fix are attached in the bug.

Manukumar V S has updated the pull request incrementally with one additional 
commit since the last revision:

  Review comments fixed : Removed the extra blank line

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/21549/files
  - new: https://git.openjdk.org/jdk/pull/21549/files/127c7dcc..be88842b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=21549&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=21549&range=02-03

  Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/21549.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21549/head:pull/21549

PR: https://git.openjdk.org/jdk/pull/21549

Reply via email to