I am using the NetBeans 8.0 IDE to design a java desktop application. this is how the swing components are stacked in the application.
JFrame
|
JPanel -- this has a card layout
|
updateScrollPane
|
UpdateJPanel -- free flow
|
Table_ScrollPane
|
jTabble
the issue is that the TableScrollPane does not scroll both vertically and horizontally. The scrollBarPo;icy used are As_Needed for both vertical and horizontal.
The vertical scrollng functions as expected but the vertical does not scroll.
any suggestion is welcomed,