Kasugi
Active Member
Hey, so I'm trying to make a jScrollBar work with a jForm and the coding I've seen thus far always incorporates a jPanel. Is there any way to make the jScrollbar work without a panel? I'm not using classes or anything - it's not a major project.
It's just working with frames and coding behind the frames, so when I go to the jScrollBar bit of the code it starts off :
private void jScrollBar1AdjustmentValueChanged(java.awt.event.AdjustmentEvent evt) {
}
Coding in NetBeans here
It's just working with frames and coding behind the frames, so when I go to the jScrollBar bit of the code it starts off :
private void jScrollBar1AdjustmentValueChanged(java.awt.event.AdjustmentEvent evt) {
}
Coding in NetBeans here