Link to home
Start Free TrialLog in
Avatar of mos
mos

asked on

Scrolling in com.borland.dbswing.JdbTable

A question about a borland dbswing component:

The code:
----------
JdbTable jdbTable = new JdbTable();
TableScrollPane tableScrollPane = new TableScrollPane();
jPanelCenter.add(tableScrollPane, BorderLayout.CENTER);
tableScrollPane.getViewport().add(jdbTable, null);

Scrolling with mouse, page-down-key, up-key is working

But the "down-key" doesn't work.

Any idea?
ASKER CERTIFIED SOLUTION
Avatar of Gidi Kern
Gidi Kern
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial